function pop_term(){
 win=window.open("term_and_conditions.php","copyright","resizable=yes, width=550, height=550, scrollbars");
 win.focus();
}


