function winopen(src,width,height){
window.open(src, '', 'resizable=1, width=600, height=480');
}
function zoom1(url)
  {
windowLeaving=top.window.open(url,'','resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no,width=450,height=450');
windowLeaving.document.open();
windowLeaving.document.write('<html><head></head><body onload="window.focus();" bgcolor="#ffffff"><table border=0 width="100%" cellspacing="0" cellpadding="0" height="100%"><tr><td align="center" valign="middle"><img src="/'+url+'" border=0></td></tr></table></body></html>');
windowLeaving.document.close();
windowLeaving.focus();}
function zoom(url)
  {
windowLeaving=top.window.open(url,'','resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no,width=450,height=450');
windowLeaving.document.open();
windowLeaving.document.write('<html><head></head><body onload="window.focus();" bgcolor="#ffffff"><table border=0 width="100%" height="100%"><tr><td align="center" valign="middle"><img src="/'+url+'" border=0></td></tr></table></body></html>');
windowLeaving.document.close();
windowLeaving.focus();}
function zoom2(url)
  {
windowLeaving=top.window.open(url,'','resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no,width=200,height=250');
windowLeaving.document.open();
windowLeaving.document.write('<html><head></head><body onload="window.focus();" bgcolor="#f7f8ea"><table border=0 width="100%" height="100%"><tr><td align="center" valign="middle"><img src="/'+url+'" border=0></td></tr></table></body></html>');
windowLeaving.document.close();
windowLeaving.focus();}
