function openFormwindow()
{
	newWindow1 = window.open('/popup/', 
		'','width=700,height=500,resizable=no,scrollbars=no,toolbar=no,location=no,statusbar=no');
	newWindow1.focus();
}

function openFormwindow2()
{
	newWindow2 = window.open('/privacy/', 
		'','width=700,height=500,resizable=no,scrollbars=no,toolbar=no,location=no,statusbar=no');
	newWindow2.focus();
}

function openFormwindow3()
{
	newWindow3 = window.open('/disclaimer/', 
		'','width=700,height=500,resizable=no,scrollbars=no,toolbar=no,location=no,statusbar=no');
	newWindow3.focus();
}

function openFormwindow4()
{
	newWindow4 = window.open('/manual/', 
		'','width=740,height=600,resizable=no,scrollbars=yes,toolbar=yes,location=yes,statusbar=yes');
	newWindow4.focus();
}