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

