// JavaScript Document
function newWindow()
{
	mywindow=window.open('http://209.172.185.179/contactform.htm','mywin','width=440,height=560');
}

