function openContact() {
	neWindow = window.open( 'contact.html','popupper','left=' + (screen.width/2-200) + ',top=' + (screen.height/2-200) + ',width=400,height=400,scrollbars=auto');
	neWindow.focus();
}

function openDisclaimer() {
	neWindow = window.open( 'disclaimer.html','popupper','left=' + (screen.width/2-200) + ',top=' + (screen.height/2-200) + ',width=400,height=400,scrollbars=auto');
	neWindow.focus();
}

	

