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();
}	

function openWindow5() {
	var win = window.open ("http://elementsofmemory.com/support/", "mywindow", "location=0,status=0,scrollbars=1,width=750,height=500");
	win.focus();
}	

function openWindow6() {
	var win = window.open ("whitelist.html", "mywindow", "location=0,status=0,scrollbars=1,width=490,height=470");
	win.focus();
}		