// functions.jsfunction askconfirm(txt) {    return confirm(txt);}function MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}function openWinSimple() {	NewWindow=window.open('/rating_popup.php', 'simple', 'width = 380, height = 255');}function spamCheck() {	if(document.getElementById('spamcheck-tr')) 	{		document.getElementById('spamcheck').value = 'nope';		document.getElementById('spamcheck-tr').style.display = 'none';	}}