function imageView (desc, img_name, img_type, w, h) {

	h = h+80;
	w = w+32;
	
	stealth = window.open('','stealth', 'width=1,height=1,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,screenX=1,screenY=1,top=1, left=1');
	stealth.document.writeln('<html><head><meta http-equiv=\"Content-Language\" content=\"en-us\">');
	stealth.document.writeln('<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">');	
	stealth.document.writeln('<title>BS</title>');
	stealth.document.writeln('</head><body bgcolor=\"#000000\" text=\"#FFFFFF\">');
	stealth.document.writeln('<br><FONT face=\"Arial, Helvetica, sans-serif\" size=3><center><b>Loading<blink>...</b></blink></center></font></a></p>');
	stealth.document.writeln('<script language=\"JavaScript\"><!--');
	stealth.document.writeln('browserName=navigator.appName\;');
	stealth.document.writeln('browserVer=parseInt(navigator.appVersion)\;');
	stealth.document.writeln('if(browserVer >=3)');
	stealth.document.writeln('version=\"3\"\;');
	stealth.document.writeln('else');
	stealth.document.writeln('version=\"2\"\;');
	stealth.document.writeln('if (version==\"3\") {');
	stealth.document.writeln('previewArticle = open(\'\',\'previewArticle\', \'width=1,height=1,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,screenX=1,screenY=1,top=1, left=1\')\;');
	stealth.document.writeln('previewArticle.close()');
	stealth.document.writeln('previewArticle = open(\'\',\'previewArticle\', \'width='+w+',height='+h+',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,screenX=1,screenY=1,top=1, left=1\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'<html><head><meta http-equiv=Content-Language content=en-us>\');');
	stealth.document.writeln('previewArticle.document.writeln(\'<meta http-equiv=Content-Type content=text/html;charset=windows-1252>\');');
	stealth.document.writeln('previewArticle.document.writeln(\'<title>'+desc+'</title>\');');
	stealth.document.writeln('previewArticle.document.writeln(\'<link href=\"bluesmoke.css\" rel=stylesheet type=text/css>\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'</head>\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'<body bgcolor=\"#2F275F\" text=\"#FFFFFF\" link=\"#00FFFF\" vlink=\"#00FFFF\" alink=\"#FFFF00\">\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'<p align=\"center\"><img border=\"0\" src=\"'+relURL+img_name+'_big.'+img_type+'\"><br><font face=\"Arial, Helvetica\" size=\"2\"><b>'+desc+'</b></font>\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'<p align=\"center\"><a href=\"javascript:window.close()\">\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'<FONT face=\"Arial, Helvetica, sans-serif\" size=2>Close</font></a></p>\')\;');
	stealth.document.writeln('previewArticle.document.writeln(\'</body></html>\');');
	stealth.document.writeln('previewArticle.focus();');
	stealth.document.writeln('}');
	stealth.document.writeln('//// --><\/script\>');
	stealth.document.writeln('</body></html>');
	stealth.window.close();
}