function startg(name,id,width,height) {
if (!window['mssgame'] || window['mssgame'].closed) {
window['mssgame']=window.open(name,id,"menubar=no,resizable=no,scrollbars=no,status=no,width="+width+"px,height="+height+"px");
window['mssgame'].focus();
} else {
window['mssgame'].close();
window['mssgame']=window.open(name,id,"menubar=no,resizable=no,scrollbars=no,status=no,width="+width+"px,height="+height+"px");
window['mssgame'].focus();
}
}

function view_top(id) {
window['top10']=window.open(id,"top10","menubar=no,resizable=no,scrollbars=no,status=no,width=620px,height=620px");
window['top10'].focus();
}

function showQuizTop(q) {
window['top10']=window.open("quizs/top.php?qname="+q,"quiztop10","menubar=no,resizable=no,scrollbars=no,status=no,width=620px,height=620px");
window['top10'].focus();
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function delete_news_item(id) {
document.getElementById("delete_submit").value=id;
document.frm_ri.submit();
}