function nutex_popup(URL,popW, popH, scroll)
{
 var winleft = (screen.width - popW) / 2;
 var winUp = (screen.height - popH) / 2;
 winProp = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',scrollbars='+scroll+'';
 Win = window.open(URL,'', winProp);
}

function findObj(obj){ if(document.all)return(document.all[obj]); if(document.getElementById)return(document.getElementById(obj)); return(false); }
function FlashSetVariable(_var,_value){ flashObj = findObj('nutex_flash_object_1'); if(flashObj)flashObj.SetVariable(_var,_value); }
function sfm(val){ FlashSetVariable('mid',val); }




