var newWindow
function GoPrivate(){		                          
            var wparms    = "toolbar=false,location=false,resizable,height=200,width=300";
            newWindow = window.open("pw.html","ShowTime_Private","'"+wparms+"'");          
           // newWindow.document.close();   
            newWindow.focus();  
} 
