﻿	

function WindowOpenUp(sURL){
	window.open(sURL,null,'height=560,width=820,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
}


function formwindow()
{
openformwindow = window.open('contact-form.htm','newWin','toolbar=yes,scrollbars=yes,width=800,height=600');
}