<!--
function openWin(theURL,winName,params){
window.open(theURL,winName,params + ',menubar=no,resizable=no,toolbar=no,status=no,titlebar=no,location=no');
}
function MM_openBrWindow(theURL,winName,params){
window.open(theURL,winName,params + ',menubar=no,resizable=no,toolbar=no,status=no,titlebar=no,location=no');
}
//-->