/**
 * Philong Ton 2004
 * Pop A New Window
 */
function openNewWindow(theURL,winName,features)
{
PopWindow =  window.open(theURL,winName,features);
if (winsize == "max") 
{PopWindow.moveTo(0,0);
 PopWindow.resizeTo(screen.width,screen.height);
} return;
}