function popup(x,y,l,t,n,imgg) {
l=l+(screen.width-800);
if (navigator.appName!='Microsoft Internet Explorer')
str="screenX="+l+",screenY="+t+",outerWidth="+(x+12)+",outerHeight="+(y+25)+",status=no,toolbar=no,menubar=no,location=no,scrollbars=no";
else
str="left="+l+",top="+t+",width="+x+",height="+y+",status=no,toolbar=no,menubar=no,location=no,scrollbars=no";

if (imgg==1)
window.open('/cm/popup/pop'+n+'.htm' ,'pop',str);
else
window.open('/cm/popup/pop.asp?imgg='+ imgg ,'pop',str);
}

