var win1;
function image(pfad) {

var bildpfad="http://www.damnr6.com/images/";
bild=bildpfad + pfad;
win1=window.open("", "Screenshot",  "width=1024px height=768px,resizable=yes,locationbar=yes,status=no,scroll=yes");
	with(win1.document) {
		write("<html><head><title>" + pfad + "</title><style type=\"text/css\"><!--A:link 	  {text-decoration: none; color: #5594FF; }A:visited {text-decoration: none; color: #5594FF; }A:active  {text-decoration: none; color: #5594FF; }A:hover   {text-decoration: underline; color: #FF0000 }--><!--table { font-size:10px; color:white; font-style:verdana,arial; font-family:verdana,arial; }--></style></head>");
write("<body bgcolor=\"black\" text=\"white\" link=\"#5594FF\" vlink=\"#5594FF\" alink=\"#5594FF\"><center><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"black\"> <tr><td width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"black\"> <tr> <td background=\"http://www.damnr6.com/mo.gif\" bgcolor=\"black\" width=\"11px\" height=\"17px\"><img src=\"http://dynamic.gamespy.com/\~damnr6/lo.gif\" border=\"0\"></td><td background=\"http://dynamic.gamespy.com/\~damnr6/mo.gif\" bgcolor=\"black\" width=\"100%\" height=\"17px\"><center><b><font color=\"white\">" + pfad + " @ *DAMN R6</b></center></font color></tD><td background=\"http://www.damnr6.com/mo.gif\" bgcolor=\"black\" width=\"11px\" height=\"17px\"><img src=\"http://www.damnr6.com/ro.gif\" border=\"0\"></td></tr></table><table border=\"0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"white\"> <tr> <td valign=\"top\" bgcolor=\"white\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" > <tr><td><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr><td><img src=\"" + bild + "\"   border=0 ></td></tr></table></td> </tr> </table> </td> </tr> </table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"black\"> <tr> <td background=\"http://www.damnr6.com/mu.gif\" bgcolor=\"black\" width=\"11px\" height=\"17px\"><img src=\"http://www.damnr6.com/lu.gif\" border=\"0\"></td><td background=\"http://www.damnr6.com/mu.gif\" bgcolor=\"black\" width=\"100%\" height=\"17px\"><font color=\"white\"><center><b><a href=\"javascript:window.close()\">CLOSE WINDOW</a><iframe src=\"http://www.damnr6.com/stats/sscounterframe.shtml\" frameBorder=\"0\" scrolling=\"no\" width=\"1px\" height=\"1px\" name=\"templcounterframe\" border=\"0\"></iframe></b></center></font color></tD><td background=\"http://www.damnr6.com/mu.gif\" bgcolor=\"black\" width=\"11px\" height=\"17px\"><img src=\"http://www.damnr6.com/ru.gif\" border=\"0\"></tD></tr></table></tD></tr></table> </center>");
		write("</body>");
		write("</html>");
		}
	win1.focus();
}