/* POPUP */



function open_contact(html) {

	SubWindow=window.open(html,"open_contact","width=560,height=630,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");

	SubWindow.focus();

}


function open_by_form(html) {

	SubWindow=window.open(html,"http://www.pro-s.co.jp/ssl/gomizero_by_form/index","width=560,height=630,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");

	SubWindow.focus();

}

