function openWindow(limg, width, height) { mywin = open("","","width="+width+",height="+height); mywin.document.open(); mywin.document.write("<html><head><title>Friend N Dates</title></head><body bgcolor=white text=white topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 border=0><center><table height="+height+" width="+width+"><tr><td valign=middle height="+height+"><img src="+limg+"></td></tr></table></body></html>"); mywin.document.close(); }