var cellName=null;
var imageDir="/graphics/";

//pre-load images if "Image" is defined


if(document.images)
   {
    var item_IMG_01_off = new Image();
    item_IMG_01_off.src = imageDir+"x_assurance.off.gif"; 
    var item_IMG_01_on  = new Image();
    item_IMG_01_on.src  = imageDir+"x_assurance.on.gif";

    var item_IMG_02_off = new Image();
    item_IMG_02_off.src = imageDir+"x_tax.off.gif"; 
    var item_IMG_02_on  = new Image();
    item_IMG_02_on.src  = imageDir+"x_tax.on.gif";

    var item_IMG_03_off = new Image();
    item_IMG_03_off.src = imageDir+"x_cacct.off.gif";
    var item_IMG_03_on  = new Image();
    item_IMG_03_on.src  = imageDir+"x_cacct.on.gif";
    
    var item_IMG_04_off = new Image();
    item_IMG_04_off.src = imageDir+"x_amgt.off.gif";
    var item_IMG_04_on  = new Image();
    item_IMG_04_on.src  = imageDir+"x_amgt.on.gif";
    
    var item_IMG_05_off = new Image();
    item_IMG_05_off.src = imageDir+"x_bval.off.gif"; 
    var item_IMG_05_on  = new Image();
    item_IMG_05_on.src  = imageDir+"x_bval.on.gif";
   
    var item_IMG_06_off = new Image();
    item_IMG_06_off.src = imageDir+"x_lits.off.gif"; 
    var item_IMG_06_on  = new Image();
    item_IMG_06_on.src  = imageDir+"x_lits.on.gif";

    var item_IMG_07_off = new Image();
    item_IMG_07_off.src = imageDir+"x_benr.off.gif"; 
    var item_IMG_07_on  = new Image();
    item_IMG_07_on.src  = imageDir+"x_benr.on.gif";

    var item_IMG_08_off = new Image();
    item_IMG_08_off.src = imageDir+"x_est.off.gif";
    var item_IMG_08_on  = new Image();
    item_IMG_08_on.src  = imageDir+"x_est.on.gif";
    
    var item_IMG_09_off = new Image();
    item_IMG_09_off.src = imageDir+"x_ed.off.gif";
    var item_IMG_09_on  = new Image();
    item_IMG_09_on.src  = imageDir+"x_ed.on.gif";
    
    var item_IMG_10_off = new Image();
    item_IMG_10_off.src = imageDir+"x_tech.off.gif"; 
    var item_IMG_10_on  = new Image();
    item_IMG_10_on.src  = imageDir+"x_tech.on.gif";

	var item_IMG_11_off = new Image();
    item_IMG_11_off.src = imageDir+"x_busc.off.gif"; 
    var item_IMG_11_on  = new Image();
    item_IMG_11_on.src  = imageDir+"x_busc.on.gif";

    var item_IMG_12_off = new Image();
    item_IMG_12_off.src = imageDir+"x_const.off.gif"; 
    var item_IMG_12_on  = new Image();
    item_IMG_12_on.src  = imageDir+"x_const.on.gif";

    var item_IMG_13_off = new Image();
    item_IMG_13_off.src = imageDir+"x_health.off.gif";
    var item_IMG_13_on  = new Image();
    item_IMG_13_on.src  = imageDir+"x_health.on.gif";
    
    var item_IMG_14_off = new Image();
    item_IMG_14_off.src = imageDir+"x_nfp.off.gif";
    var item_IMG_14_on  = new Image();
    item_IMG_14_on.src  = imageDir+"x_nfp.on.gif";
    
    var item_IMG_15_off = new Image();
    item_IMG_15_off.src = imageDir+"x_tele.off.gif"; 
    var item_IMG_15_on  = new Image();
    item_IMG_15_on.src  = imageDir+"x_tele.on.gif";
    
    var item_IMG_16_off = new Image();
    item_IMG_16_off.src = imageDir+"x_utes.off.gif";
    var item_IMG_16_on  = new Image();
    item_IMG_16_on.src  = imageDir+"x_utes.on.gif";
    
    var item_IMG_17_off = new Image();
    item_IMG_17_off.src = imageDir+"x_man.off.gif";
    var item_IMG_17_on  = new Image();
    item_IMG_17_on.src  = imageDir+"x_man.on.gif";
    
    var item_IMG_18_off = new Image();
    item_IMG_18_off.src = imageDir+"x_fin.off.gif"; 
    var item_IMG_18_on  = new Image();
    item_IMG_18_on.src  = imageDir+"x_fin.on.gif";


    }

function over(cellName) 
    {
     if(document.images) 
       {
        if(cellName == 'button1') {document[cellName].src = item_IMG_01_on.src;}
        if(cellName == 'button2') {document[cellName].src = item_IMG_02_on.src;}
        if(cellName == 'button3') {document[cellName].src = item_IMG_03_on.src;}
        if(cellName == 'button4') {document[cellName].src = item_IMG_04_on.src;}
        if(cellName == 'button5') {document[cellName].src = item_IMG_05_on.src;}
        if(cellName == 'button6') {document[cellName].src = item_IMG_06_on.src;}
        if(cellName == 'button7') {document[cellName].src = item_IMG_07_on.src;}
        if(cellName == 'button8') {document[cellName].src = item_IMG_08_on.src;}
        if(cellName == 'button9') {document[cellName].src = item_IMG_09_on.src;}
        if(cellName == 'button10') {document[cellName].src = item_IMG_10_on.src;}
        if(cellName == 'button11') {document[cellName].src = item_IMG_11_on.src;}
        if(cellName == 'button12') {document[cellName].src = item_IMG_12_on.src;}
        if(cellName == 'button13') {document[cellName].src = item_IMG_13_on.src;}
        if(cellName == 'button14') {document[cellName].src = item_IMG_14_on.src;}
        if(cellName == 'button15') {document[cellName].src = item_IMG_15_on.src;}
        if(cellName == 'button16') {document[cellName].src = item_IMG_16_on.src;}
        if(cellName == 'button17') {document[cellName].src = item_IMG_17_on.src;}
        if(cellName == 'button18') {document[cellName].src = item_IMG_18_on.src;}
       
       }
}

function out(cellName) 
    {
     if(document.images) 
       {
        if(cellName == 'button1') {document[cellName].src = item_IMG_01_off.src;}
        if(cellName == 'button2') {document[cellName].src = item_IMG_02_off.src;}
        if(cellName == 'button3') {document[cellName].src = item_IMG_03_off.src;}
        if(cellName == 'button4') {document[cellName].src = item_IMG_04_off.src;}
        if(cellName == 'button5') {document[cellName].src = item_IMG_05_off.src;}
        if(cellName == 'button6') {document[cellName].src = item_IMG_06_off.src;}
        if(cellName == 'button7') {document[cellName].src = item_IMG_07_off.src;}
        if(cellName == 'button8') {document[cellName].src = item_IMG_08_off.src;}
        if(cellName == 'button9') {document[cellName].src = item_IMG_09_off.src;}
        if(cellName == 'button10') {document[cellName].src = item_IMG_10_off.src;}
        if(cellName == 'button11') {document[cellName].src = item_IMG_11_off.src;}
        if(cellName == 'button12') {document[cellName].src = item_IMG_12_off.src;}
        if(cellName == 'button13') {document[cellName].src = item_IMG_13_off.src;}
        if(cellName == 'button14') {document[cellName].src = item_IMG_14_off.src;}
        if(cellName == 'button15') {document[cellName].src = item_IMG_15_off.src;}
        if(cellName == 'button16') {document[cellName].src = item_IMG_16_off.src;}
        if(cellName == 'button17') {document[cellName].src = item_IMG_17_off.src;}
        if(cellName == 'button18') {document[cellName].src = item_IMG_18_off.src;}
       
       
       }
}




/**************************************
* http://vertical-scroller.vbarsan.com/
*    This notice may not be removed 
**************************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=600;

//scroller's height
var sheight=35;


//scroller's speed 
var sspeed=12;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause 
var spause=2000;

//scroller's background
var sbcolor="#372b27";

//messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="... URL ...">..message..</a>;
var singletext=new Array();
singletext[0]='<a href="/content.asp?id=310138"  onmouseout="out(\'button1\')" onmouseover="over(\'button1\')"><img src=/graphics/x_assurance.off.gif width=88 height=29 border=0 name=button1 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310139"  onmouseout="out(\'button2\')" onmouseover="over(\'button2\')"><img src=/graphics/x_tax.off.gif width=31 height=29 border=0 name=button2 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310140"  onmouseout="out(\'button3\')" onmouseover="over(\'button3\')"><img src=/graphics/x_cacct.off.gif width=145 height=29 border=0 name=button3 style="margin:6px 10px 0 0 ;"></a>';

singletext[1]='<a href="/content.asp?id=310141"  onmouseout="out(\'button4\')" onmouseover="over(\'button4\')"><img src=/graphics/x_amgt.off.gif width=148 height=29 border=0 name=button4 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310145"  onmouseout="out(\'button5\')" onmouseover="over(\'button5\')"><img src=/graphics/x_bval.off.gif width=154 height=29 border=0 name=button5 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310165"  onmouseout="out(\'button6\')" onmouseover="over(\'button6\')"><img src=/graphics/x_lits.off.gif width=150 height=29 border=0 name=button6 style="margin:6px 10px 0 0 ;"></a>';

singletext[2]='<a href="/content.asp?id=310147"  onmouseout="out(\'button7\')" onmouseover="over(\'button7\')"><img src=/graphics/x_benr.off.gif width=148 height=29 border=0 name=button7 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310148"  onmouseout="out(\'button8\')" onmouseover="over(\'button8\')"><img src=/graphics/x_est.off.gif width=130 height=29 border=0 name=button8 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310167"  onmouseout="out(\'button9\')" onmouseover="over(\'button9\')"><img src=/graphics/x_ed.off.gif width=186 height=29 border=0 name=button9 style="margin:6px 10px 0 0 ;"></a>';

singletext[3]='<a href="/content.asp?id=310149"  onmouseout="out(\'button10\')" onmouseover="over(\'button10\')"><img src=/graphics/x_tech.off.gif width=110 height=29 border=0 name=button10 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310150"  onmouseout="out(\'button11\')" onmouseover="over(\'button11\')"><img src=/graphics/x_busc.off.gif width=156 height=29 border=0 name=button11 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310152"  onmouseout="out(\'button12\')" onmouseover="over(\'button12\')"><img src=/graphics/x_const.off.gif width=112 height=29 border=0 name=button12 style="margin:6px 10px 0 0 ;"></a>';

singletext[4]='<a href="/content.asp?id=310153"  onmouseout="out(\'button13\')" onmouseover="over(\'button13\')"><img src=/graphics/x_health.off.gif width=94 height=29 border=0 name=button13 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310155"  onmouseout="out(\'button14\')" onmouseover="over(\'button14\')"><img src=/graphics/x_nfp.off.gif width=266 height=29 border=0 name=button14 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310156"  onmouseout="out(\'button15\')" onmouseover="over(\'button15\')"><img src=/graphics/x_tele.off.gif width=164 height=29 border=0 name=button15 style="margin:6px 10px 0 0 ;"></a>';

singletext[5]='<a href="/content.asp?id=310157"  onmouseout="out(\'button16\')" onmouseover="over(\'button16\')"><img src=/graphics/x_utes.off.gif width=71 height=29 border=0 name=button16 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310162"  onmouseout="out(\'button17\')" onmouseover="over(\'button17\')"><img src=/graphics/x_man.off.gif width=124 height=29 border=0 name=button17 style="margin:6px 10px 0 0 ;"></a>'+
						'<a href="/content.asp?id=310163"  onmouseout="out(\'button18\')" onmouseover="over(\'button18\')"><img src=/graphics/x_fin.off.gif width=177 height=29 border=0 name=button18 style="margin:6px 10px 0 0 ;"></a>';

//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->




/**

if you desire to have captions inside your rotation, visit this page for instructions.  you will have to modify a couple of things in the script -

http://www.dynamicdrive.com/forums/showpost.php?p=23387&postcount=4

**/



/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
 
var fadeimages1=new Array()
fadeimages1[0]=["/graphics/intro1_1.jpg", "", ""] 
fadeimages1[1]=["/graphics/intro1_2.jpg", "", ""] 
fadeimages1[2]=["/graphics/intro1_3.jpg", "", ""] 
fadeimages1[3]=["/graphics/intro1_4.jpg", "", ""]
fadeimages1[4]=["/graphics/intro1_4.jpg", "", ""]
fadeimages1[5]=["/graphics/intro1_4.jpg", "", ""]
fadeimages1[6]=["/graphics/intro1_4.jpg", "", ""]
fadeimages1[7]=["/graphics/intro1_4.jpg", "", ""]
fadeimages1[8]=["/graphics/intro1_4.jpg", "", ""]
fadeimages1[9]=["/graphics/intro1_4.jpg", "", ""]

var fadeimages2=new Array()
fadeimages2[0]=["/graphics/intro2_1.jpg", "", ""]
fadeimages2[1]=["/graphics/intro2_2.jpg", "", ""] 
fadeimages2[2]=["/graphics/intro2_3.jpg", "", ""] 
fadeimages2[3]=["/graphics/intro2_4.jpg", "", ""] 
fadeimages2[4]=["/graphics/intro2_4.jpg", "", ""] 
fadeimages2[5]=["/graphics/intro2_4.jpg", "", ""] 
fadeimages2[6]=["/graphics/intro2_4.jpg", "", ""] 
fadeimages2[7]=["/graphics/intro2_4.jpg", "", ""] 
fadeimages2[8]=["/graphics/intro2_4.jpg", "", ""] 
fadeimages2[9]=["/graphics/intro2_4.jpg", "", ""] 

var fadeimages3=new Array()
fadeimages3[0]=["/graphics/intro3_1.jpg", "", ""]
fadeimages3[1]=["/graphics/intro3_2.jpg", "", ""]
fadeimages3[2]=["/graphics/intro3_3.jpg", "", ""] 
fadeimages3[3]=["/graphics/intro3_4.jpg", "", ""]
fadeimages3[4]=["/graphics/intro3_4.jpg", "", ""]
fadeimages3[5]=["/graphics/intro3_4.jpg", "", ""]
fadeimages3[6]=["/graphics/intro3_4.jpg", "", ""]
fadeimages3[7]=["/graphics/intro3_4.jpg", "", ""]
fadeimages3[8]=["/graphics/intro3_4.jpg", "", ""]
fadeimages3[9]=["/graphics/intro3_4.jpg", "", ""]


 
var fadebgcolor="white"

////NO need to edit beyond here/////////////
 
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
 
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all
 
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
}
 
var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}

function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if IE5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
obj.tempobj.style.opacity=obj.degree/101
}
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}
 
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
}
 
 
fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}
 
fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") //if IE6+
crossobj.filters(0).opacity=this.degree
else //else if IE5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=this.degree/100
else if (crossobj.style.opacity&&!crossobj.filters)
crossobj.style.opacity=this.degree/101
}
 
 
fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}