/* global variables var dest = "http://ozmite.happyhome.org/"; var url = "ozmite.happyhome.org"; var imagepath = "http://happyhome.org" ; var logout = "http://ozmite.happyhome.org/"; */ /* var dest = "http://localhost/"; var url = "localhost"; var imagepath = "http://localhost" ; var logout = "http://localhost/"; */ //var high = screen.height; //var wide = screen.width; /* function sizeScreen() { var params; var high = screen.heigth; var wide = screen.width; params ="&schigh="+high+"&scwide="+wide; return params; } */ /* function newDoc() { alert("ln32 index.html "+dest); window.location.assign(dest+"PHP/backend.php?ACTION_CODE=START&page=index_desktop.html&url="+url); } */ //alert("ln26 params: "+high+wide);