var adDuration = 5000;
var firstAd = 0;
var adSection = new Array();
var adlink = new Array();
var adImagePath = new Array();
var adCaption = new Array();
var adlink2 = new Array();
var adImagePath2 = new Array();
var adCaption2 = new Array();

adSection[0] = 		"1";
adlink[0] = 		"http://www.accton.com/products/products.htm#1";
adImagePath[0] = 	"images/p0.jpg";
adCaption[0] = 		"switch";
adlink2[0] = 		"";
adImagePath2[0] = 	"";
adCaption2[0] = 	"";

adSection[1] = 		"2";
adlink[1] = 		"http://www.accton.com/products/datasheet.htm#7";
adImagePath[1] = 	"images/p1.jpg";
adCaption[1] = 		"wireless";
adlink2[1] = 		"";
adImagePath2[1] = 	"";
adCaption2[1] = 	"";

adSection[2] = 		"3";
adlink[2] = 		"http://www.accton.com/products/datasheet.htm#8";
adImagePath[2] = 	"images/p2.jpg";
adCaption[2] = 		"IP mobilmedia";
adlink2[2] = 		"";
adImagePath2[2] = 	"";
adCaption2[2] = 	"";


			var allSection = new Array();
			allSection[0] = "#FFFFFF";
			var smallAdImagePath = new Array();
			var smallAdImageMapping = new Array();
			var jumpTo = new Array();

			allSection[1] = "#EEEEEE";
			smallAdImagePath[1] = "";smallAdImageMapping[1] = "";
			jumpTo[1] = "";
			
			allSection[2] = "#EEEEEE";
			smallAdImagePath[2] = "";smallAdImageMapping[2] = "";
			jumpTo[2] = "";
			
			allSection[3] = "#EEEEEE";
			smallAdImagePath[3] = "";smallAdImageMapping[3] = "";
			jumpTo[3] = "";
			

			
			
			//store left menu div id name
			var leftMenuName = "leftMenu";

filterEffect(firstAd, adSection, adlink, adImagePath, adCaption, adlink2, adImagePath2, adCaption2, 562, 296, null);
//filterEffect(firstAd, adSection, adlink, adImagePath, adCaption, 562, 296, null);