// JavaScript Document

function popUp(URL){
winpops=window.open(URL,"","width=480,height=125,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0")
}


function popUpGame(URL){
winpops=window.open(URL,"","width=800,height=600,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0")
}


function popUpContact(URL){
winpops=window.open(URL,"","width=470,height=480,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0,bgcolor=#1c322f")
}


function popUp2(URL){
winpops=window.open(URL,"","width=480,height =380,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0,bgcolor=#1c322f")
}


function popUp3(URL){
winpops=window.open(URL,"","width=568,height =480,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0,bgcolor=#1c322f")
}

function popUpRate(URL){
winpops=window.open(URL,"","width=450,height =300,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0,bgcolor=#1c322f")
}

function popUpFavorite(URL){
winpops=window.open(URL,"","width=480,height=100,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0")
}


function popComments(URL){
winpops=window.open(URL,"","width=440,height=400,left=100,top=100,status=0,scrollbars=1,resizable=0,menubar=0,location=0,toolbar=0")
}


function popRecoverPassword(URL){
winpops=window.open(URL,"","width=440,height=200,left=100,top=100,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0")
}

function popReportGame(URL){
winpops=window.open(URL,"","width=480,height=225,left=0,top=0,status=0,scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0")
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


// Nannette Thacker http://www.shiningstar.net
function confirmDeleteMessage()
{
var agree=confirm("Are you sure you wish to delete this message?");
if (agree)
	return true ;
else
	return false ;
}

