function Contact(url){
	var contact=window.open(url,"contact","width=630,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=no").focus();
}