// JavaScript Document
function _openWindow(theURL,winName,Features)
{
testWindow = window.open(theURL,winName,Features);
//alert("Hi");
}
function _closeWindow()
{
self.close();
//alert("Hi");
}
