// JavaScript Effect--made in imdazhu

/*=======================Index Main Banner - BOF=======================*/
function ViewMainBanner(){
	var swf_width=770;
	var swf_height=240;
	var src="includes/templates/iC_AthemeV1.3/images/";
	var files=src+'banner-6.jpg'+'|'+src+'banner-3.jpg'+'|'+src+'banner-1.jpg';
	var links='air-grief-shoes-c-1003.html|air-jordan-2011-c-551.html|kobe-bryant-c-545.html';/* &=%26*/
	var texts='|';
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
	document.write('<param name="movie" value="includes/templates/iC_AthemeV1.3/images/bcastr3.swf"><param name="quality" value="high">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
	document.write('<embed src="includes/templates/iC_AthemeV1.3/images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
}

/*=======================Index Left Banner - BOF=======================*/
function ViewLeftBanner(){
	var swf_width=216;
	var swf_height=362;
	var src="includes/templates/iC_AthemeV1.3/images/";
	var files=src+'Nike-Zoom-Kobe-6-VI.jpg'+'|'+src+'Air-Jordans-Shoes.jpg'+'|'+src+'Radii-Shoes.jpg'+'|'+src+'Reebok-Easytone-Women.jpg';
	var links='kobe-bryant-c-545.html|air-jordan-melo-m7-c-547.html|radii-420-top-c-537.html|reebok-easytone-women-919-c-557.html';/* &=%26*/
	var texts='|';
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
	document.write('<param name="movie" value="includes/templates/iC_AthemeV1.3/images/bcastr3.swf"><param name="quality" value="high">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
	document.write('<embed src="includes/templates/iC_AthemeV1.3/images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
}
/*=======================Index Left Banner2 - BOF=======================*/
function ViewLeftBanner2(){
	var swf_width=216;
	var swf_height=400;
	var src="includes/templates/iC_AthemeV1.3/images/";
	var files=src+'left-1_airmax.jpg'+'|'+src+'left-2_mbt.jpg'+'|'+src+'left-3_p90x.jpg'+'|'+src+'left-4_beats.jpg';
	var links='nike-air-max-cheap-sale-online-store-china-wholesale.html|mbt-shoes-clearance-sale-online-cheap-china-wholesale.html|p90x-wordout-dvd-sale-review-china-wholesale.html|best-headphones-monster-bose-sennheiser-china-wholesale.html';/* &=%26*/
	var texts='|';
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
	document.write('<param name="movie" value="includes/templates/iC_AthemeV1.3/images/bcastr3.swf"><param name="quality" value="high">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
	document.write('<embed src="includes/templates/iC_AthemeV1.3/images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
}

/*=======================Index Categories list - BOF=======================*/
function ShowRow(){
	if(document.getElementById('showrow').style.display=="none"){
		document.getElementById('showrow').style.display="block";
		document.getElementById('arrow').style.backgroundPosition="0px -4px";
	} else {
		document.getElementById('showrow').style.display="none";
		document.getElementById('arrow').style.backgroundPosition="0px 0px";
	}
}

/*=======================Index Product Info list - BOF=======================*/
function showtab(n){
	for (i=1; i<=2; i++)
	{
		if(i == n) {
		document.getElementById('tabs-'+n).style.display="block";
		}
		else {
		document.getElementById('tabs-'+i).style.display="none";
		}
	}
}

