//Updated by Mayur - October 2007

function super_window(x){if(super_target=="_top"){top.location=super_URL[x];}else{window.open(super_URL[x]);}}
var plugin=(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"])?navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin:0;
if(plugin){plugin=parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=6;}
else if(navigator.userAgent&&navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("Windows")>=0){
document.write('<SCR'+'IPT LANGUAGE=VBScr'+'ipt\>\n'
+'on error resume next\n'
+'plugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n'
+'</SCR'+'IPT\>\n');}
if(super_target&&super_URL&&super_fv&&super_swf&&super_altURL&&super_altimg&&super_w&&super_h){
if(plugin){document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
+' width="'+super_w+'" height="'+super_h+'">'
+'<param name="movie" value="'+super_swf+'" /><param name="wmode" value="opaque" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" />'
+'<param name="flashvars" value="'+super_fv+'" />'
+'<embed src="'+super_swf+'" loop="false" wmode="opaque" quality="high"'
+' width="'+super_w+'" height="'+super_h+'" flashvars="'+super_fv+'"'
+' type="application/x-shockwave-flash" allowScriptAccess="always"></embed></object>');
}else{document.write('<a href="'+super_altURL+'" target="'+super_target+'"><img src="'+super_altimg+'" width="'+super_w+'" height="'+super_h+'" border="0" /></a>');}}
