<!--
function contactpage(){
    newWindow= window.open("/contact/index.html","contactwindow","toolbar=no,directories=no,resizable=yes,scrollbars=yes,status=no,status=0,location=0,menubar=no");
	newWindow.focus();
}
// -->