// JavaScript Document
function w_open(theURL,winName) {
  window.open(theURL,winName,'width=600,height=600,scrollbars=yes,resizable=no,toolbar=no,menuber=no,location=no,directories=no,status=no,left=20,top=50');
}
function m_open(theURL,winName) {
  window.open(theURL,winName,'width=850,height=800,scrollbars=yes,resizable=no,toolbar=yes,menuber=no,location=no,directories=no,status=no,left=20,top=50');
}
function t_open(theURL,winName) {
  window.open(theURL,winName,'width=850,height=650,scrollbars=yes,resizable=no,toolbar=yes,menuber=no,location=no,directories=no,status=no,left=20,top=50');
}
