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