/* POPUP_contact */

function contact(html) {
	SubWindow=window.open(html,"contact","width=680,height=680,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}


/* POPUP_mailmagazine */

function mailmagazine(html) {
	SubWindow=window.open(html,"mailmagazine","width=680,height=400,left=50,top=50,toolbar=1,location=0,status=1,menubar=1,scrollbars=1,resizable=1");
	SubWindow.focus();
}
