function newwindow()
{
window.open('contact.html','contact','width=325,height=400,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,status=yes');
}