function open_form(gohere)
{
window.open(gohere,"contact","width=530,height=400,toolbar=yes,menubar=yes,scrollbars=yes,resizable=no,top=0,left=0");
}