function JS_OpenWindow(theURL,winName,features)  // JS window opener
{
     window.open(theURL,winName,features);
}