/*WEBTIMESポップアップ*/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*FONT CHANGER*/
function setFont(obj){
Element.setStyle(document.body,
{
"font-size" : obj.id.substring(5)
});
Element.setStyle(
($('stopnlisten').contentWindow)?
$('stopnlisten').contentWindow.document.body:
$('stopnlisten').document.body,
{
"font-size" : obj.id.substring(5)
});
}


/*バックアップ*/
function newwin3()
{
sub = window.open("gaibustuff.html","window1","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=700");
sx = 600;
sy = 700;
x = (screen.width - sx ) / 2;
y = (screen.height - sy ) / 2;
sub.moveTo(x,y);
}
