<!--
function popmw(sURL,sHeight,sWidth)
  {
var sFeatures = "top=20,left=0,height="+ (sHeight) +",width="+ (sWidth) + ",toolbar=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes";
var oSampWin = window.open(sURL,"_blank",sFeatures)
  }
function popsw(sURL,sHeight,sWidth)
  {
var sFeatures = "top=50,left=30,height="+ (sHeight) +",width="+ (sWidth) + ",status=no,scrollbars=no,resizable=1";
var oSampWin = window.open(sURL,"_blank",sFeatures)
  }
//-->

