<!--
function ShowMagazine1(Page)
{
Wleft = (screen.availWidth - 700)/2
Wtop = ((screen.availHeight - 600)/2)-20

PNo = "PageNo=" + Page

newWin = window.open ('uyirtha_parvai.asp?'+PNo+'','product','left='+Wleft+',top='+Wtop+',scrollbars=1,width=700,height=600')
newWin.focus ();
}

function ShowMagazine2(Page1)
{
Wleft = (screen.availWidth - 950)/2
Wtop = ((screen.availHeight - 600)/2)-20

PNo1 = "PageNo1=" + Page1

newWin = window.open ('newsletter.asp?'+PNo1+'','product','left='+Wleft+',top='+Wtop+',scrollbars=1,width=950,height=600')
newWin.focus ();
}

//-->