<!-- Begin
function ShowProgress(sayfa,w,h)
{
  strAppVersion = navigator.appVersion;
    if (strAppVersion.indexOf('MSIE') != -1 && strAppVersion.substr(strAppVersion.indexOf('MSIE')+5,1) > 4)
    {
      winstyle = "dialogWidth="+w+"px; dialogHeight:"+h+"px; center:yes; status:no;";
      window.showModelessDialog(sayfa,null,winstyle);
    }
  return true;
}
function MM_openBrWindow(theURL,winName,features){
  window.open(theURL,winName,'width=720,height=700,scrollbars=yes,resizable=no');
}//  End -->