



function OpenWindow1(){
window.open("softopia/softopia.html","npo", "width=640, height=480, scrollbars=yes, resizable=yes");
}



function disp(url){
window.open(url, "dining", "width=500,height=480,scrollbars=yes");
}



function gis(){
window.open("gis.html","npo", "width=700, height=580, scrollbars=yes, resizable=yes");
}




