function openThumbnail(what) {
	var win = window.open("","thumbnail","menubar=no,toolbar=no,scrollbars=no,height=400,width=600");
	win.document.open();
	win.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>");
	win.document.write("<html><head><title>"+what.title+"</title>");
	win.document.write("</head><body style=\"margin:0;padding:0;\" onblur=\"window.close()\">");
	win.document.write("<p><img src='"+what.href+"' alt='"+what.title+"' />");
	win.document.write("</body></html>");
	win.document.close();
	return !win;
}
function openThumbnail1(what) {
	var win = window.open("","thumbnail","menubar=no,toolbar=no,scrollbars=no,height=400,width=267");
	win.document.open();
	win.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>");
	win.document.write("<html><head><title>"+what.title+"</title>");
	win.document.write("</head><body style=\"margin:0;padding:0;\" onblur=\"window.close()\">");
	win.document.write("<p><img src='"+what.href+"' alt='"+what.title+"' />");
	win.document.write("</body></html>");
	win.document.close();
	return !win;
}
function openThumbnail2(what) {
	var win = window.open("","thumbnail","menubar=no,toolbar=no,scrollbars=no,height=460,width=308");
	win.document.open();
	win.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>");
	win.document.write("<html><head><title>"+what.title+"</title>");
	win.document.write("</head><body style=\"margin:0;padding:0;\" onblur=\"window.close()\">");
	win.document.write("<p><img src='"+what.href+"' alt='"+what.title+"' />");
	win.document.write("</body></html>");
	win.document.close();
	return !win;
}
function openThumbnail3(what) {
	var win = window.open("","thumbnail","menubar=no,toolbar=no,scrollbars=no,height=375,width=500");
	win.document.open();
	win.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>");
	win.document.write("<html><head><title>"+what.title+"</title>");
	win.document.write("</head><body style=\"margin:0;padding:0;\" onblur=\"window.close()\">");
	win.document.write("<p><img src='"+what.href+"' alt='"+what.title+"' />");
	win.document.write("</body></html>");
	win.document.close();
	return !win;
}
