function popWin(web,w,h,t,l)
{
var web;
pop=window.open(web,'_blank','width='+ w +',height='+ h +',top='+ t +',left='+ l +',menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no');
}
