function resize(){
	
	w = window.screen.width;
	h = window.screen.height;
	
	window.moveTo(0, 0);
	window.resizeTo(w, h);
	
}

function send(){
		
	document.contact.submit();
	
}

function reset(){
	
	document.contact.reset();
	
}
