
function WindowOpen()
{
	winHandle =window.open('https://yubarisakura.jp/mail/index2011.php ','contents','scrollbars=yes,resizable=yes,width=750,height=550');
	winHandle.location.replace("https://yubarisakura.jp/mail/index2011.php "); 
return;
}

function WindowOpen2()
{
	winHandle =window.open('https://yubarisakura.jp/mail/index2011.php ','contents','scrollbars=yes,resizable=yes,width=750,height=630');
	winHandle.location.replace("https://yubarisakura.jp/mail/index2011.php "); 
return;
}

