// JavaScript Document
function showpic(picpath){
var newwindow 
var agent = navigator.userAgent;
var newcontent = "<html><head><title>Adbuzz.com</title><script src=fitit.js><\/script><\/head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><DIV STYLE=\"position:absolute;top:1px;left:1px;\"><img onclick='javascript:self.close()' onload='fitWindowSize()' src='"+picpath+"'>"
newcontent +="</div></body></html>"
if (!newwindow || newwindow.closed){
	newwindow = window.open("","s","toolbar=0,menubar=0,location=0,status=0,resizable=1,titlebar=diosesocultos.com,width=635,height=767,left=250,top=140")
	newwindow.document.clear()
	newwindow.document.close();
	newwindow.document.open();
	newwindow.document.write(newcontent);
}else{
}

  if(newwindow.focus) newwindow.focus();

};

