function MM_findObj(n, d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() 
{
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
function getOffsetLeft (el) 
{
var ol = el.offsetLeft;
while ((el = el.offsetParent) != null)
ol += el.offsetLeft;
return ol;
}
function getOffsetTop (el) 
{
var ot = el.offsetTop;
while((el = el.offsetParent) != null)
ot += el.offsetTop;
return ot;
}
function findCoordinates(table) 
{

var tableLeft = getOffsetLeft(table);

var tableTop = getOffsetTop(table);
document.getElementById('Flash').style.position='absolute';
document.getElementById('Flash').style.left= tableLeft + 0+'px';
document.getElementById('Flash').style.top=148+'px';
}

function lib_bwcheck()
{
this.ver=navigator.appVersion
this.agent=navigator.userAgent
this.dom=document.getElementById?1:0
this.opera5=this.agent.indexOf("Opera 5")>-1
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
this.ie=this.ie4||this.ie5||this.ie6
this.mac=this.agent.indexOf("Mac")>-1
this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
this.ns4=(document.layers && !this.dom)?1:0;
this.ns7=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
return this
}
/* Splash Screen Script Start here  */
function splashmovie()
{

document.write("<div id='Flash' style='position: absolute; width: 780px; top: 0px; left: 0px; visibility: hidden; display: none; z-index: 103; text-align: center;'>");
document.writeln("<script>AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','780','height','254','title','','wmode','transparent','src','/Promotion/splash','quality','high','id','swfmovie','name','swfmovie','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/Promotion/splash-inner' );</script>");
document.writeln("<noscript><object id='swfmovie' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='780' height='254' title=''>");
document.writeln("<param name='movie' value='/Promotion/splash-inner.swf' />");
document.writeln("<param name='quality' value='high' />");
document.writeln("<param name='wmode' value='transparent' />");
document.writeln("</object></noscript></div>");

       


var bw=new lib_bwcheck()

if (!(bw.ie5||bw.ie6))
{
MM_showHideLayers('Flash','','hide')
}
}


 /* Splash Screen Script End here  */
