
function popUp(URL, eq) {
var view_width = screen.availWidth;
var view_height = screen.availHeight;
var look='toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>Close Up</title><head>')

popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<META name="robots" content="index,follow"> ')
popwin.document.write('<META name="visit-after" content="7 days">')
popwin.document.write('<META name="author" content="Amarjit Directory Publishing Co. (P) Ltd., http://www.idevelopers.biz">')
popwin.document.write('<META name="content" content="general, Business">')
popwin.document.write('<META name="rating" content="all, general">')
popwin.document.write('<link href="/test.stye.css" type="text/css" rel="stylesheet"/>')
popwin.document.write('<link href="/toplevel.css" type="text/css" rel="stylesheet"/>')

popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\'You may not right mouse click this page.\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('//document.onmousedown=noRightClick')
popwin.document.write('</script>')
popwin.document.write('</head>')
popwin.document.write('<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0" class="popup">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td align="center">')
popwin.document.write('<br><center>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#FF0000" style="border-collapse: collapse"><tr><td>')
popwin.document.write('<img src="'+URL+'"><!--td bgcolor="red" background="imgs/sha_rp.gif" align="left" valign="top"><img src="imgs/sha_rt.gif"/>')
popwin.document.write('</td></tr><tr><td colspan="2"><img src="imgs/sha_btm.gif" width="100%"--></td>')

if( eq.length > 0)
{
popwin.document.write('<tr><td colspan="2" align="center"><a href="#" onclick="javascript:window.open(\'' + eq + '\', null, \'height=520,width=400,status=no,toolbar=no,menubar=no,location=no\'); return false;"><span class="EntryDetailLink">Click here to Send Business Enquiry</span></a></td>')
}

popwin.document.write('</tr> </table>')
popwin.document.write('</td></tr><tr><td valign="top" align="center">')
popwin.document.write('<br><form><input type=submit value="Close" onClick=\'self.close()\'></form><br>')
popwin.document.write('</center>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</body>')
popwin.document.close()
}


// End -->

