function legal() {
	open("/legal.php", "legal","width=800,height=500,menubar=no,resizable=no,scrollbars=1,status=no,toolbar=no");
}

function service() {
	window.open("/cust_service.html", "service", "width=450,height=600,scrollbars=1,toolbars=0,resize=0,status=0,location=0");
}

function terms() {
	window.open("/terms.html", "terms", "width=820,height=500,menubar=no,resizable=no,scrollbars=1,status=no,toolbar=no");
}

