function start(desktopURL,w,h)
{desktop = window.open(desktopURL, "new","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no"+",width="+w+",height="+h );}