CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }
function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
	var curDoc = ly ? ly.document : document; var elem = curDoc[n];
	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}

function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return true; // dont follow link
	else return false; // dont follow link
}

function CSButtonReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return false; // follow link
	else return true; // follow link
}

CSIm = new Object();
function CSIShow(n,i) {
	if (document.images) {
		if (CSIm[n]) {
			var img = (!IsIE()) ? CSFindElement(n,0) : document[n];
			if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;}
			if(i != 0)
				self.status = CSIm[n][3];
			else
				self.status = " ";
			return true;
		}
	}
	return false;
}
function CSILoad(action) {
	im = action[1];
	if (document.images) {
		CSIm[im] = new Object();
		for (var i=2;i<5;i++) {
			if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; }
			else CSIm[im][i-2] = 0;
		}
		CSIm[im][3] = action[5];
	}
}
CSStopExecution = false;
function CSAction(array) { 
	return CSAction2(CSAct, array);
}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var actArray = fct[array[i]];
		if (actArray == null) return false;
		var tempArray = new Array;
		for(var j=1;j<actArray.length;j++) {
			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
				if(actArray[j][0] == "VAR") {
					tempArray[j] = CSStateArray[actArray[j][1]];
				}
				else {
					if(actArray[j][0] == "ACT") {
						tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
					}
				else
					tempArray[j] = actArray[j];
				}
			}
			else
				tempArray[j] = actArray[j];
		}			
		result = actArray[0](tempArray);
	}
	return result;
}
CSAct = new Object;

CSInit[CSInit.length] = new Array(CSILoad,'button1',
'botan/home_top.gif',
'botan/home_top_low.gif',
'botan/home_top_low.gif','');

CSInit[CSInit.length] = new Array(CSILoad,'button2',
'botan/gallery_top.gif',
'botan/gallery_top_low.gif',
'','');
CSInit[CSInit.length] = new Array(CSILoad,'button3',
'botan/stock_top.gif',
'botan/stock_top_low.gif',
'','');
CSInit[CSInit.length] = new Array(CSILoad,'button4',
'botan/information_top.gif',
'botan/information_top_low.gif',
'','');
CSInit[CSInit.length] = new Array(CSILoad,'button5',
'botan/custom_top.gif',
'botan/custom_top_low.gif',
'','');
CSInit[CSInit.length] = new Array(CSILoad,'button6',
'botan/assessment_top.gif',
'botan/assessment_top_low.gif',
'','');
CSInit[CSInit.length] = new Array(CSILoad,'button7',
'botan/access_top.gif',
'botan/access_top_low.gif',
'','');
CSInit[CSInit.length] = new Array(CSILoad,'button8',
'botan/contactus_top.gif',
'botan/contactus_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button9',
'botan/home_botan.gif',
'botan/home_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button10',
'botan/gallery_botan.gif',
'botan/gallery_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button11',
'botan/stock_botan.gif',
'botan/stock_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button12',
'botan/information_botan.gif',
'botan/information_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button13',
'botan/custom_botan.gif',
'botan/custom_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button14',
'botan/assessment_botan.gif',
'botan/assessment_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button15',
'botan/shop_access_botan.gif',
'botan/shop_access_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button16',
'botan/contact_botan.gif',
'botan/contact_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button17',
'syasyu/chevrolet_botan.gif',
'syasyu/chevrolet_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button18',
'syasyu/ford_botan.gif',
'syasyu/ford_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button19',
'syasyu/chrysler_botan.gif',
'syasyu/chrysler_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button20',
'syasyu/cadillac_botan.gif',
'syasyu/cadillac_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button21',
'syasyu/dodge_botan.gif',
'syasyu/dodge_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button22',
'syasyu/motor_botan.gif',
'syasyu/motor_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button23',
'syasyu/yamaha_botan.gif',
'syasyu/yamaha_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button24',
'syasyu/other_car_botan.gif',
'syasyu/other_car_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button25',
'syasyu/gmc_botan.gif',
'syasyu/gmc_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button26',
'custom_photo/custom_150.gif',
'custom_photo/custom_150_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button27',
'custom_photo/custom_101.gif',
'custom_photo/custom_101_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button28',
'custom_photo/custom_s10.gif',
'custom_photo/custom_s10_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button29',
'custom_photo/custom_150.gif',
'custom_photo/custom_150_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button30',
'custom_photo/jeep_yj_top.gif',
'custom_photo/jeep_yj_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button31',
'custom_photo/f-150_top.gif',
'custom_photo/f-150_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button34',
'custom_photo/president_top.gif',
'custom_photo/president_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button33',
'custom_photo/inpala_top.gif',
'custom_photo/inpala_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button35',
'custom_photo/ford_thunder_top.gif',
'custom_photo/ford_thunder_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button36',
'syasyu/toy_botan.gif',
'syasyu/toy_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button37',
'syasyu/other_botana.gif',
'syasyu/other_botana_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button38',
'custom_photo/custom_101.gif',
'custom_photo/custom_101_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button39',
'custom_photo/pedal_top.gif',
'custom_photo/pedal_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button40',
'custom_photo/full_trailer_top.gif',
'custom_photo/full_trailer_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button41',
'custom_photo/jet_heater.gif',
'custom_photo/jet_heater_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button42',
'custom_photo/porter_top.gif',
'custom_photo/porter_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button43',
'custom_photo/ram_top.gif',
'custom_photo/ram_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button44',
'custom_photo/custum_jimy.gif',
'custom_photo/custum_jimy_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button45',
'custom_photo/custum_f250.gif',
'custom_photo/custum_f250_low.gif',
'','');


CSInit[CSInit.length] = new Array(CSILoad,'button46',
'custom_photo/paint_101_botan.gif',
'custom_photo/paint_101_now_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button47',
'custom_photo/hilux_botan.gif',
'custom_photo/now_hilux_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button48',
'custom_photo/corlett_c1_top.gif',
'custom_photo/corlett_c1_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button49',
'custom_photo/falcon_photo_top.gif',
'custom_photo/falcon_photo_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button50',
'custom_photo/shoe_photo_top.gif',
'custom_photo/shoe_photo_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button51',
'syasyu/buick_botan.gif',
'syasyu/buick_botan_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button52',
'custom_photo/impala_photo.gif',
'custom_photo/impala_photo_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button53',
'custom_photo/businese_photo.gif',
'custom_photo/businese_photo_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button54',
'botan/blog_top.gif',
'botan/blog_top_low.gif',
'','');

CSInit[CSInit.length] = new Array(CSILoad,'button55',
'botan/store_top.gif',
'botan/store_top_low.gif',
'','');
