function openWin(Aurl,h,w)
{
 var newWin =window.open(Aurl,'',config='height=' + h + ',width=' + w + ',toolbar=no,menubar=0,location=0,directories=0,status=1,resizeable=1,scrollbars=1');
 newWin.moveTo(30,30);
}
