<!--
var gamewindow;



function novelgamepopup(url,width,height)
{
	if (gamewindow)	gamewindow.close();
	gamewindow=window.open(url,'Game','left=100,top=100,screenX=100,screenY=100,width='+width+',height='+height+',directories=no,location=no,menubar=no,resizable=0,scrollbars=no,status=no,toolbar=no');
}

function gamepopup(url,width,height)
{
	if (gamewindow)	gamewindow.close();
	gamewindow=window.open(url,'Game','left=100,top=100,screenX=100,screenY=100,width='+width+',height='+height+',directories=no,location=no,menubar=no,resizable=1,scrollbars=no,status=no,toolbar=no');
}
// -->
