function openwindow(desktopURL, wd, ht)
{
window.open(desktopURL, "NewWin", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=" + wd + ",height=" + ht + ",resizable=yes");
}
