function popwin(img, zw, zh)
{
    var generator=window.open('','name', 'height='+zh+' ,width =' + zw);
  
    generator.document.write('<html><head><title>Popup</title>');
    generator.document.write('<link rel="stylesheet" href="style.css">');
    generator.document.write('</head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
    generator.document.write('<div align="center" id="zoomimg"><img src="'+img+'" border="0"></div>');
    generator.document.write('</body></html>');
    generator.document.close();
}
function poponload(url)
{
    inquirer = window.open(url,'INQUIRER.net','fullscreen=0,location=0,resizable=0,scrollbars=0,menubar=0,status=1,t itlebar=0,toolbar=0,width=825,height=630,left=240,top=100');
}
function popafp(zw, zh){
	var generator=window.open('','name', 'left=240,top=100,height='+zh+' ,width =' + zw);
  
    generator.document.write('<html><head><title>Copyright</title>');
    generator.document.write('<link rel="stylesheet" href="style.css">');
    generator.document.write('</head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
    generator.document.write('<div style="margin:10px;padding:10px;font-family:verdana;background:#f0f0f0;font-size:12px;line-height:1.5em;"><div style="background:#006;width:100%;"><img src="template/template1/images/afp.jpg" width="123" height="66" /></div><br>AFP material shall not be published, broadcast, rewritten for broadcast or publication or redistributed directly or indirectly in any medium. AFP news materials may not be stored in whole or in part in a computer or otherwise except for personal and non-commercial use. AFP will not be liable for any delays, inaccuracies, errors or omissions in any AFP news material or in transmission or delivery of all or any part thereof or for any damages whatsoever. As a newswire service AFP does not obtain releases from subjects, individuals, groups or entities contained in photographs, videos, graphics or quoted in its texts.  Further, that no clearance is obtained from the owners of any trademarks or copyrighted materials whose marks and materials are included in AFP material. Therefore you will be solely responsible for obtaining any and all necessary releases from whatever individuals and/or entities necessary for any uses of AFP materias.<p><a href="javascript:window.close();">Close</a></p></div>');
    generator.document.write('</body></html>');
    generator.document.close();
}
