function hideLars() {    $('#LarsAni').css({display:'none'});}function showLars() {alert('SHOW LARS');	$('#LarsAni').show();}	function openpage(sidan) {window.open(sidan);$('#LarsAni').css({display:'none'});}	var img=new Array();var di = document.images;var currOn = null;function Rollover(imgName, imgOut, imgOver, imgClick, imgClickOut){	if(imgClick    == null)	imgClick 	= imgOver;	if(imgClickOut == null)	imgClickOut	= imgClick;	var roll = new Object;	roll.out		= imgOut;	roll.over		= new Image();	roll.over.src	= imgOver;	roll.click		= new Image();	roll.click.src	= imgClick;	roll.click_out	= new Image();	roll.click_out.src = imgClickOut;	img[imgName] = roll;	}function mOver(imgName){	di[imgName].src = (imgName != currOn) ? img[imgName].over.src : img[imgName].click.src;}function mOut(imgName){	di[imgName].src = (imgName != currOn) ? img[imgName].out : img[imgName].click_out.src;}function mClick(imgName){	if(currOn != null) di[currOn].src = img[currOn].out;	currOn = imgName;	di[currOn].src = img[currOn].click.src;}function mSelect(imgName){	mClick(imgName);	mOut(imgName);}function doit() {var browserName=navigator.appName; if (browserName!="Microsoft Internet Explorer") {alert$(".bshadow").dropShadow({left: 7, top: 7, opacity: 0.1, blur: 2});}//MM_reloadPage(true);//MM_preloadImages('http://10.20.15.165/wcw.nsf/TopNavIndustryHoover.gif','http://10.20.15.165/wcw.nsf/TopNavSoftwareHoover.gif','http://10.20.15.165/wcw.nsf/TopNavServicesHoover.gif','http://10.20.15.165/wcw.nsf/TopNavLawsonHoover.gif','http://10.20.15.165/wcw.nsf/1GreenBox-Shadow-Are.png','http://10.20.15.165/wcw.nsf/2GreenBoxShadow-problem.png','http://10.20.15.165/wcw.nsf/3GreenBoxShadow-help.png');Rollover("communities",	"/wcw.nsf/communities_off.gif",		"/wcw.nsf/communities_on.gif",	"/wcw.nsf/communities_down.gif");Rollover("contactus",	"/wcw.nsf/contactus_off.gif",		"/wcw.nsf/contactus_on.gif",	"/wcw.nsf/contactus_down.gif");Rollover("subscribe","/wcw.nsf/subscribe_off.gif",	"/wcw.nsf/subscribe_on.gif",	"/wcw.nsf/subscribe_down.gif");Rollover("country",	"/wcw.nsf/country_off.gif",		"/wcw.nsf/country_on.gif",	"/wcw.nsf/country_down.gif");Rollover("partner","/wcw.nsf/partner_off.gif",	"/wcw.nsf/partner_on.gif","/wcw.nsf/partner_down.gif");$('.LarsAni').show();$('.LarsAni').bind('click', function() {	$('.LarsAni').css({display:"none"});});var x=0;var y=0;	$('#scrollup').cycle({ 		fx:    'fade', 		timeout: 12000,    		speed: 4000,    		pause:  1 ,    		fit: 1,    		before: onBefore,    		after: onAfter	});	function onAfter() {		if (jQuery.browser.msie) {			$(this).get(0).style.removeAttribute('filter');		}	if(x==8) {		$('div.ComBoxList:eq(7)').removeClass('ComBoxListBlue');		x=0;	}	$('div.ComBoxList:eq('+(x-1)+')').removeClass('ComBoxListBlue');	$('div.ComBoxList:eq('+x+')').addClass('ComBoxListBlue');	x=x+1;	}	function onAAfter() {			if (jQuery.browser.msie) {				$(this).get(0).style.removeAttribute('filter');			}		$('div.ComBoxList:eq('+(x-1)+')').removeClass('ComBoxListBlue');		$('div.ComBoxList:eq('+(x-2)+')').addClass('ComBoxListBlue');			if(x==8){$('div.ComBoxList:eq(0)').removeClass('ComBoxListBlue');		}			if(x==1){				$('div.ComBoxList:eq(0)').removeClass('ComBoxListBlue');				$('div.ComBoxList:eq(7)').addClass('ComBoxListBlue');					x=8;			}else{				x=x-1;				}		}	function onBefore() {	}	function RemFilter(){			if (jQuery.browser.msie) {				$(this).get(0).style.removeAttribute('filter');			}	}	$('#button1').bind('click', function() {		$('#scrollupinv').cycle('stop'); 		$('#scrollup').cycle('stop');		$('#scrollup').hide();		$('#scrollupinv').show();			$('#scrollupinv').cycle({    				fx: 'fade', 		    		timeout: 12000,				speed: 4000,			    pause:  1 ,			    after: onAAfter,			   //after: RemFilter,		    	startingSlide: (9-x)			});		$('div.ComBoxList:eq('+x+')').removeClass('ComBoxListBlue');		$('div.ComBoxList:eq('+(x-1)+')').addClass('ComBoxListBlue');		if(x==1){$('div.ComBoxList:eq(1)').removeClass('ComBoxListBlue');		$('div.ComBoxList:eq(0)').addClass('ComBoxListBlue');	}		});	$('#button2').bind('click', function() {		$('#scrollup').cycle('stop');		$('#scrollupinv').cycle('stop');	});	$('#button3').bind('click', function() {		$('#scrollupinv').cycle('stop'); 		$('#scrollup').cycle('stop');		$('#scrollup').show();		$('#scrollupinv').hide();			$('#scrollup').cycle({ 		    		fx:    'fade', 			     timeout: 12000,			     speed: 4000,			     pause:  1 ,			     fit: 1,			  	before: onBefore,			    after: onAfter,			    startingSlide: x			   			});	});}