<!--
function openScript(url,width,height)
{
  var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,status=no' );
}

function openScriptScrollbars(url,width,height)
{
  var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=1,menubar=no,status=no' );
}


// -->