	function load() {
		window.status = "MOTOSPEED - Your Performance Partner"
	}
	
	// Script Source: CodeLifter.com
	// Copyright 2003
	// Do not remove this notice.
	
	PositionX = 100;
	PositionY = 100;
	
	// Set these value approximately 20 pixels greater than the
	// size of the largest image to be used (needed for Netscape)
	
	defaultWidth  = 568;
	defaultHeight = 568;
	
	// Set autoclose true to have the window close automatically
	// Set autoclose false to allow multiple popup windows
	
	var AutoClose = true;
	
	// Do not edit below this line...
	// ================================
	if (parseInt(navigator.appVersion.charAt(0))>=4){
	var isNN=(navigator.appName=="Netscape")?1:0;
	var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
	var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
	var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
	function popImage(imageURL,imageTitle){
	if (isNN){imgWin=window.open('about:blank','',optNN);}
	if (isIE){imgWin=window.open('about:blank','',optIE);}
	with (imgWin.document){
	writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
	writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
	writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
	writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(300,300);');
	writeln('width=300-(document.body.clientWidth-document.images[0].width);');
	writeln('height=300-(document.body.clientHeight-document.images[0].height);');
	writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
	writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
	writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
	if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
	else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
	writeln('<img name="George" src='+imageURL+' style="display:block"></body></html>');
	close();		
	}}
	
	
	// Fixar opaciteten för bilder och "mouseover"
	// Author:  Paul Miller (webmaster@hypedup.co.uk)
	// WebSite:  http://www.hypedup.co.uk
	
	if ((navigator.appName.indexOf('Microsoft')+1)) {
		document.write('<style type="text/css">');
		document.write('.opacity1 {filter:alpha(opacity=80)}');
		document.write('.opacity2 {filter:alpha(opacity=60)}');
		document.write('.menu_topA, .menu_top1 {filter:alpha(opacity=100)}');
		document.write('.menu_topB, .menu_top2 {filter:alpha(opacity=70)}');
		document.write('.menu_topC {filter:alpha(opacity=800)}');
		document.write('.menu_topD {filter:alpha(opacity=100)}');
		document.write('.opacity100 {filter:alpha(opacity=100)}');
		document.write('.opacity90 {filter:alpha(opacity=90)}');
		document.write('.opacity80 {filter:alpha(opacity=80)}');
		document.write('.opacity70 {filter:alpha(opacity=70)}');
		document.write('.opacity60 {filter:alpha(opacity=60)}');
		document.write('.opacity50 {filter:alpha(opacity=50)}');
		document.write('.opacity20 {filter:alpha(opacity=20)}');
		document.write('.radiusTL {border-top-left-radius: 8 8}');
		document.write('.radiusTR {border-top-right-radius: 8 8}');
		document.write('.radiusBL {border-bottom-left-radius: 8 8}');
		document.write('.radiusBR {border-bottom-right-radius: 8 8}');
		document.write('input, select, textarea, button {line-height: 12px; border-radius: 0; filter:alpha(opacity=100);}');
		document.write('</style>'); }
	
	if ((navigator.appName.indexOf('Netscape')+1)) {
		document.write('<style type="text/css">');
		document.write('.opacity1 {-moz-opacity:0.8}');
		document.write('.opacity2 {-moz-opacity:0.6}');
		document.write('.menu_topA, .menu_top1 {-moz-opacity:1.0}');
		document.write('.menu_topB, .menu_top2 {-moz-opacity:0.7}');
		document.write('.menu_topC {-moz-opacity:0.8}');
		document.write('.menu_topD {-moz-opacity:1.0}');
		document.write('.opacity100 {-moz-opacity:1.0}');
		document.write('.opacity90 {-moz-opacity:0.9}');
		document.write('.opacity80 {-moz-opacity:0.8}');
		document.write('.opacity70 {-moz-opacity:0.7}');
		document.write('.opacity60 {-moz-opacity:0.6}');
		document.write('.opacity50 {-moz-opacity:0.5}');
		document.write('.opacity20 {-moz-opacity:0.2}');
		document.write('.radiusTL {-moz-border-radius-topleft: 8px}');
		document.write('.radiusTR {-moz-border-radius-topright: 8px}');
		document.write('.radiusBL {-moz-border-radius-bottomleft: 8px}');
		document.write('.radiusBR {-moz-border-radius-bottomright: 8px}');
		document.write('input, select, textarea, button {line-height: 12px; -moz-border-radius: 0; -moz-opacity:1.0;}');
		document.write('</style>'); }
	else {
		document.write(''); }
	
	/**
	 * The global array below will be used inside the "setPointer()" function
	 */
	var markedRow = new Array();
	
	
	/**
	 * Sets/unsets the pointer in browse mode
	 *
	 * @param   object   the table row
	 * @param   object   the color to use for this row
	 * @param   object   the background color
	 *
	 * @return  boolean  whether pointer is set or not
	 */
	function setPointer(theRow, thePointerColor, theNormalBgColor)
	{
		var theCells = null;
	
		if (thePointerColor == '' || typeof(theRow.style) == 'undefined') {
			return false;
		}
		if (typeof(document.getElementsByTagName) != 'undefined') {
			theCells = theRow.getElementsByTagName('td');
		}
		else if (typeof(theRow.cells) != 'undefined') {
			theCells = theRow.cells;
		}
		else {
			return false;
		}
	
		var rowCellsCnt  = theCells.length;
		var currentColor = null;
		var newColor     = null;
		// Opera does not return valid values with "getAttribute"
		if (typeof(window.opera) == 'undefined'
			&& typeof(theCells[0].getAttribute) != 'undefined' && typeof(theCells[0].getAttribute) != 'undefined') {
			currentColor = theCells[0].getAttribute('bgcolor');
			newColor     = (currentColor.toLowerCase() == thePointerColor.toLowerCase())
						 ? theNormalBgColor
						 : thePointerColor;
			for (var c = 0; c < rowCellsCnt; c++) {
				theCells[c].setAttribute('bgcolor', newColor, 0);
			} // end for
		}
		else {
			currentColor = theCells[0].style.backgroundColor;
			newColor     = (currentColor.toLowerCase() == thePointerColor.toLowerCase())
						 ? theNormalBgColor
						 : thePointerColor;
			for (var c = 0; c < rowCellsCnt; c++) {
				theCells[c].style.backgroundColor = newColor;
			}
		}
	
		return true;
	} // end of the 'setPointer()' function
	
	// Hindrar bubbelklick på knapp
	function toggleButton (button) {
	  if (typeof button.disabled != "undefined")
		button.disabled = !button.disabled;
	  else if (button.clicked) {
		button.clicked = false;
		button.value = button.oldValue;
	  }
	  else {
		button.clicked = true;
		button.oldValue = button.value;
		button.value = 'DISABLED';
	  }
	}

	// Submit Once form validation- 
	// © Dynamic Drive (www.dynamicdrive.com)
	function disableForm(theform) {
		if (document.all || document.getElementById) {
			for (i = 0; i < theform.length; i++) {
				var tempobj = theform.elements[i];
				if (tempobj.type.toLowerCase() == "submit" || tempobj.type.toLowerCase() == "reset")
				tempobj.disabled = true;
			}
			setTimeout('alert("Your form has been submitted.  Notice how the submit and reset buttons were disabled upon submission.")', 2000);
			return true;
			}
			else {
			alert("The form has been submitted.  But, since you're not using IE 4+ or NS 6, the submit button was not disabled on form submission.");
			return false;
	   }
	}
	
	
	

	// (C) 2002 www.CodeLifter.com
	// http://www.codelifter.com
	// Free for all users, but leave in this header.
	
	// ==============================
	// Set the following variables...
	// ==============================
	
	// Set the slideshow speed (in milliseconds)
	var SlideShowSpeed = 3000;
	
	// Set the duration of crossfade (in seconds)
	var CrossFadeDuration = 3;
	
	var Picture = new Array(); // don't change this
	var Caption = new Array(); // don't change this
	
	// Specify the image files...
	// To add more images, just continue
	// the pattern, adding to the array below.
	// To use fewer images, remove lines
	// starting at the end of the Picture array.
	// Caution: The number of Pictures *must*
	// equal the number of Captions!
	
	Picture[1]  = '/bilder/slideshow/230x150_kuryakyn.jpg';
	Picture[2]  = '/bilder/slideshow/230x150_dynojet.jpg';
	Picture[3]  = '/bilder/slideshow/230x150_ohlins.jpg';
	Picture[4]  = '/bilder/slideshow/230x150_mikuni.jpg';
	Picture[5]  = '/bilder/slideshow/230x150_burly.jpg';
	Picture[6]  = '/bilder/slideshow/230x150_jardine.jpg';
	Picture[7]  = '/bilder/slideshow/230x150_knfilters.jpg';
	Picture[8]  = '/bilder/slideshow/230x150_jepistons.jpg';
	Picture[9]  = '/bilder/slideshow/230x150_tbags.jpg';
	Picture[10] = '/bilder/slideshow/230x150_tecmate.jpg';
	Picture[11] = '/bilder/slideshow/230x150_whitebrothers.jpg';
	Picture[12]  = '/bilder/slideshow/230x150_ape.jpg';
	Picture[13]  = '/bilder/slideshow/230x150_dyna.jpg';
	Picture[14]  = '/bilder/slideshow/230x150_goodridge.jpg';
	Picture[15]  = '/bilder/slideshow/230x150_kibblewhite.jpg';
	Picture[16]  = '/bilder/slideshow/230x150_andrews.jpg';
	Picture[17]  = '/bilder/slideshow/230x150_powcomm.jpg';
	Picture[18]  = 'bilder/slideshow/230x150_formotion.jpg';
	Picture[19]  = 'bilder/slideshow/230x150_vanceandhines.jpg';
	
	// Specify the Captions...
	// To add more captions, just continue
	// the pattern, adding to the array below.
	// To use fewer captions, remove lines
	// starting at the end of the Caption array.
	// Caution: The number of Captions *must*
	// equal the number of Pictures!
	
	Caption[1]  = "Chrome for the people";
	Caption[2]  = "dynojet.com";
	Caption[3]  = "Advanced Suspension Technology";
	Caption[4]  = "World class carbs";
	Caption[5]  = "Big and beautiful handlebars";
	Caption[6]  = "Pipes and chrome";
	Caption[7]  = "High performance filters";
	Caption[8]  = "The Industry Leader...";
	Caption[9]  = "Custom Travel Bags";
	Caption[10] = "World class battery tenders";
	Caption[11] = "Exhaust pipes for dirtbikes";
	Caption[12] = "American Performance Engineering";
	Caption[13] = "Advanced ignition technology";
	Caption[14] = "Heavy duty brakelines";
	Caption[15] = "Precision machining";
	Caption[16] = "Cams, gears and transmission";
	Caption[17] = "Commander of power";
	Caption[18] = "Time for good looking accessories";
	Caption[19] = "Performance exhaust systems";
	
	// =====================================
	// Do not edit anything below this line!
	// =====================================
	
	var tss;
	var iss;
	var jss = 1;
	var pss = Picture.length-1;
	
	var preLoad = new Array();
	for (iss = 1; iss < pss+1; iss++){
	preLoad[iss] = new Image();
	preLoad[iss].src = Picture[iss];}
	
	function runSlideShow(){
	if (document.all){
	document.images.PictureBox.style.filter="blendTrans(duration=2)";
	document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
	document.images.PictureBox.filters.blendTrans.Apply();}
	document.images.PictureBox.src = preLoad[jss].src;
	if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
	if (document.all) document.images.PictureBox.filters.blendTrans.Play();
	jss = jss + 1;
	if (jss > (pss)) jss=1;
	tss = setTimeout('runSlideShow()', SlideShowSpeed);
	}
