﻿// JScript File


function openWindow(myPage)
{
  window.open(myPage,'hello','height=539, width=588,status= no, resizable= no, scrollbars=no, toolbar=no,location=no,menubar=no ');
}



function openWindow2(pageName)
{
  //window.open(pageName,'hello2');
  window.open(pageName,'hello2','height=531, width=600,status= no, resizable= no, scrollbars=no, toolbar=no,location=no,menubar=no ');
}

function openWindow3(myPage)
{
  //window.open(pageName,'hello2');
  window.open(myPage,'hello3','height=730, width=809,status= no, resizable= no, scrollbars=no, toolbar=no,location=no,menubar=no ');
}


function closeMe()
{

    window.close();
}