function banner(which) {
	if(which == 'issue') {
		document.write('<div id="'+which+'Banner" style="position:absolute;width:190px;height:22px;z-index:2;">')
		document.write('<a href="index.php?id=download"><img id="download_grfc" src="./fileadmin/templates/grfx/ribbon/download.png" alt="" width="88" height="22" style="float:left;" onmouseover="this.src=\'./fileadmin/templates/grfx/ribbon/download_1.png\';" onmouseout="this.src=\'./fileadmin/templates/grfx/ribbon/download.png\';"></a>');
		document.write('<a href="index.php?id=subscription"><img id="subscribe_grfc" src="./fileadmin/templates/grfx/ribbon/subscribe.png" alt="" width="81" height="22" style="float:left;" onmouseover="this.src=\'./fileadmin/templates/grfx/ribbon/subscribe_1.png\';" onmouseout="this.src=\'./fileadmin/templates/grfx/ribbon/subscribe.png\';"></a>');
		document.write('<div class="clearFloat"></div>');
		document.write('</div>');
	}
}
/*
	document.write('<div id="banner" style="position:absolute;width:92px;height:92px;z-index:2;">')
	if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && navigator.userAgent.indexOf("Opera") == -1) {
		document.write('<img id="banner_grfx" src="grfx/blank.gif" style="width:92px;height:92px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'grfx/banner.png\',sizingMethod=\'image\');cursor:pointer;');
	}
	document.write('<img id="banner_grfx" src="grfx/banner.png" alt="" width="92" height="92"> style="cursor:pointer;"');
	document.write('</div>');
*/