<!--
function pop(url,ww,hh)
{
link = window.open(url,"window","left=5,top=5,width="+ww+",height="+hh);
}
//-->
