		window.onload=function(){
			Nifty("div#ctrbox","big");
			Nifty("div#ctrbox2", "big");
			Nifty("div#ctrboxlwr", "big");			
			Nifty("ul.jumpnav a","transparent tr bl");			
		}
		function formHandler(form){
			var URL = document.form1.menu1.options[document.form1.menu1.selectedIndex].value;
			window.location.href = URL;
		}				

var rotator1 = {
    path:   'img/',
    id:   'r1',
    speed:  4500, // default is 4500
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: true, // pause/resume
    images:     ["alloverad.jpg", "buscardad.jpg"],
    actions:    ["/store/index.php?main_page=product_info&cPath=22_36&products_id=287", 
                "/store/index.php?main_page=product_info&cPath=1_5&products_id=14"]
}
var rotator2 = {
    path:   '/img/sideads/',
    id:   'r2',
    speed:  6250, // default is 4500
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: true, // pause/resume
    images:     ["blue_digital_aframes.gif", // 1
	 				"green_digital_banners.gif", // 2
					"yellow_digital_car_magnets.gif", // 3
					"blue_fc_business_cards.gif", // 4
					"green_fc_brochures.gif", // 5
					"yellow_fc_posters.gif", // 6
					"blue_fc_postcards.gif", // 7
					"green_fc_bumper_stickers.gif", // 8
					"yellow_fc_yard_signs.gif", // 9
					"blue_heat_transfers.gif", // 10
					"green_fc_color_copies.gif", // 11
					"yellow_logos.gif", // 12
					"blue_magnetics.gif"], // 13
    actions:    ["/store/index.php?main_page=product_info&cPath=47&products_id=360", // 1
	 				 "/store/index.php?main_page=product_info&cPath=38&products_id=295", // 2
					 "/store/index.php?main_page=product_info&cPath=48&products_id=377", // 3
					 "/store/index.php?main_page=product_info&cPath=1_5&products_id=14", // 4
					 "/store/index.php?main_page=product_info&cPath=1_7&products_id=29", // 5
					 "/store/index.php?main_page=product_info&cPath=1_2&products_id=2", // 6
					 "/store/index.php?main_page=product_info&cPath=1_6&products_id=17", // 7
					 "/store/index.php?main_page=product_info&cPath=39&products_id=379", // 8
					 "/store/index.php?main_page=product_info&cPath=47&products_id=365", // 9
					 "/heat_transfers.php", // 10
					 "/store/index.php?main_page=product_info&cPath=1_2&products_id=6", // 11
					 "/store/index.php?main_page=product_info&cPath=17&products_id=110", // 12
					 "/store/index.php?main_page=product_info&cPath=48&products_id=381"] // 13
}
var rotator3 = {
    path:   '/img/sideads/',
    id:   'r3',
    speed:  6000, // default is 4500
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: true, // pause/resume
    images:     ["blue_magnetics.gif", // 13
	 				"yellow_logos.gif", // 12
					"green_fc_color_copies.gif", // 11
					"blue_heat_transfers.gif", // 10
					"yellow_fc_yard_signs.gif", // 9
					"green_fc_bumper_stickers.gif", // 8
					"blue_fc_postcards.gif", // 7
					"yellow_fc_posters.gif", // 6
					"green_fc_brochures.gif", // 5
					"blue_fc_business_cards.gif", // 4
					"yellow_digital_car_magnets.gif", // 3
	 				"green_digital_banners.gif", // 2
	 				"blue_digital_aframes.gif"], // 1
    actions:    ["/store/index.php?main_page=product_info&cPath=48&products_id=381", // 13
					 "/store/index.php?main_page=product_info&cPath=17&products_id=110", // 12
					 "/store/index.php?main_page=product_info&cPath=1_2&products_id=6", // 11
					 "/heat_transfers.php", // 10
					 "/store/index.php?main_page=product_info&cPath=47&products_id=365", // 9
					 "/store/index.php?main_page=product_info&cPath=39&products_id=379", // 8
					 "/store/index.php?main_page=product_info&cPath=1_6&products_id=17", // 7
					 "/store/index.php?main_page=product_info&cPath=1_2&products_id=2", // 6
					 "/store/index.php?main_page=product_info&cPath=1_7&products_id=29", // 5
					 "/store/index.php?main_page=product_info&cPath=1_5&products_id=14", // 4
					 "/store/index.php?main_page=product_info&cPath=48&products_id=377", // 3
	 				 "/store/index.php?main_page=product_info&cPath=38&products_id=295", // 2
					"/store/index.php?main_page=product_info&cPath=47&products_id=360"] // 1
}
function initRotator() {
    dw_Rotator.setup(rotator1);
	 dw_Rotator.setup(rotator2);
	 dw_Rotator.setup(rotator3);
}

addLoadEvent(initRotator);
	