\n');
}
// launch cyberpets
function openWindow(width,height,uid) {
x = (640 - width)/2, y = (480 - height)/2;
if (screen) {
y = (screen.availHeight - height)/2;
x = (screen.availWidth - width)/2;
}
window.open('launch.php?debug=@debug.option@&staging=@staging.option@&live=@live.option@&uid='+uid,'newWin','status=1,width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
}
//-->