function MM_openBrWindow(theURL,winName,features) 
{
 window.open(theURL,winName,features);
}
function MM_openBrWindowWork(theURL,winName,w,h)
{
if (navigator.appName == "Microsoft Internet Explorer")
{

window.open(theURL,winName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=10,left=10,width='+w+',height='+h);
}
else
{
window.open(theURL,winName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,top=10,left=10,width='+w+',height='+h);
}
}
function MM_displayStatusMsg(msgStr)
{
status=msgStr;
document.MM_returnValue = true;
}
