function openWindow1() {
	var win = window.open ("tou.html", "mywindow", "location=0,status=0,scrollbars=1,width=490,height=470");
	win.focus();
}
function openWindow2() {
	var win = window.open ("privacy.html", "mywindow", "location=0,status=0,scrollbars=1,width=490,height=470");
	win.focus();
}	
function openWindow3() {
	var win = window.open ("earningsdisclaimer.html", "mywindow", "location=0,status=0,scrollbars=1,width=490,height=470");
	win.focus();
}
function openWindow4() {
	var win = window.open ("warrantiesrights.html", "mywindow", "location=0,status=0,scrollbars=1,width=490,height=470");
	win.focus();
}		