document.write("<sty"+"le type=\"text/css\">#lightbox{ position: absolute; top: 40px; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }</sty"+"le>");
function openimage(ob) {
	win=window.open('','Popup',"height='450',width='450',status='yes',toolbar='no',menubar='no',location='no' ");
	win.document.write("<table width=\"100%\" height=\"100%\" border=\"0\"><tr><td valign=\"middle\" align=\"center\"><img src='"+ob+"' alt=\"image\" /></td></tr></table>");
	win.focus();
	return false;
}