<!--
var isIE = (navigator.appName == "Microsoft Internet Explorer" && navigator.userAgent.indexOf('Opera') == -1);
function pngImage(imgSource, imgWidth, imgHeight, imgBorder, imgHspace, imgVspace)
{
  if(isIE) document.write('<img src="/images/blank.gif" width='+imgWidth+' height='+imgHeight+' border='+imgBorder+' hspace='+imgHspace+' vspace='+imgVspace+' style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+imgSource+');">');
  else document.write("<img src="+imgSource+" width="+imgWidth+" height="+imgHeight+" border="+imgBorder+" hspace="+imgHspace+" vspace="+imgVspace+">");
}
if(isIE) document.write('<LINK REL="stylesheet" HREF="/css/style_ie.css" TYPE="text/css">');
//-->
