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