
// Pop up window script
function pop() {
window.open( "/desqtop/index.html", "myWindow", 
"height = 450, width = 800, resizable = 0" )
}
// ******************************************************************************** //