window.defaultStatus="5-days MTBO 2009";
windowid=0;

function viewPic(pic,ti,w,h) {
   wr=w;
   hr=h;
   windowid++;
   id=name;
   p=open("",windowid,"width="+wr+",height="+hr+",left=0,top=0");
   p.document.write("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">");
   p.document.write("<link href=\"css/Underground.css\" rel=\"stylesheet\" type=\"text/css\">");
   p.document.write("<title>"+ti+"</title>");
   p.document.write("</head>");
   p.document.write("<body onBlur=\"window.close()\" onClick=\"self.close()\"><center>");
   p.document.write("<img alt='"+ti+"' border='0' src='"+pic+"'>");
//   p.document.write("<div><form><input type=\"button\" value=\"Close Window\" onClick=\"window.close()\"></form></div>");  
   p.document.write("<center></body></html>");
}

