function getLink(buttonName) { 
	//alert('buttonName: ' + buttonName);
		
	switch(buttonName){
		case "shopHerBtn":
			//alert('shopHerBtn');
			window.location="/online/handbags/-giftshop_vdayher-10551-10051-5000000000000218801-en?t1Id=5000000000000000007&t2Id=5000000000000218801&tier=2&LOC=HR";
		break;
		case "shopHimBtn":
			//alert('shopHimBtn');
			window.location="/online/handbags/-giftshop_vdayhim-10551-10051-5000000000000286301-en?t1Id=5000000000000000007&t2Id=5000000000000286301&tier=2&LOC=HR";
		break;
		case "meetMatchBtn":
			//alert('meetMatchBtn');
			popVday();
		break;
		case "promoBtn1":
			//alert('promoBtn1');
			window.location="/online/handbags/genWCM-10551-10051-en-/Coach_US/CustomerService/OrderInformation/SHIPPING+METHODS+AND+FEES?LOC=HR";
		break;
		case "promoBtn2":
			//alert('promoBtn2');
			window.location="/online/handbags/genWCM-10551-10051-en-/Coach_US/CustomerService/OrderInformation/SHIPPING+METHODS+AND+FEES?LOC=HR";
		break;
		case "promoBtn3":
			//alert('promoBtn3');
			window.location="/online/handbags/genWCM-10551-10051-en-/Coach_US/CustomerService/OrderInformation/SHIPPING+METHODS+AND+FEES?LOC=HR";
		break;
		case "webStorePickupBtn":
			//alert('webStorePickupBtn');
			window.location="/online/handbags/-giftshop_vdayher-10551-10051-5000000000000218801-en?t1Id=5000000000000000007&t2Id=5000000000000218801&tier=2&LOC=HR";
		break;
		case "storeLocatorBtn":
			//alert('storeLocatorBtn');
			window.location="/online/handbags/StoreLocatorView?storeId=10551&catalogId=10051&LOC=HR";
		break;
		case "eGiftBtn":
			//alert('eGiftBtn');
			window.location="/online/handbags/genWCM-10551-10051-en-/Coach_US/StaticPage/gift_cards?LOC=HR";
		break;
		}
	
}

/*
//SET SCALING PRIORITY

//Determines how SWF is scaled through setting scalePriority to either 'maxHeight' or 'maintainAspectRatio' depending on the SWF layout. For example, 
//a landscape type of layout would be best suited for a scalePriority of 'maintainAspectRatio' while a layout that is more of a portrait design with content 
//at the top and bottom of the main area would best be suited for a scalePriority of 'maxHeight' so that that the content will be exposed as the browser height
//	is resized.

//Enter nativeWidth, nativeHeight and scalePriority below.
//
//	- nativeWidth = Original Width of SWF
//- nativeHeight = Original Height of SWF
//- scalePriority = maintainAspectRatio or maxHeight
//- leftEdge = 0 to go fullbleed to the left edge, 140 to begin after the left nav
//- stayAboveFold = true or false
*/

/*resize vars*/
var COACH= {};
COACH.pageConfig = {
		nativeWidth : 1500,
		nativeHeight: 661,
		leftEdge: 0,
		rightEdge:0,
		scalePriority: 'maintainAspectRatio',
		stayAboveFold : false,
		divAlign :'center',
		reportResize : false,
		country:'us',
		pageType:'hp'
};


/*
Switch promo by changing value below from 1-4. 
*/
var flashvars = {main_swfURL: '/us/201202/home/swf/Main.swf', promo:"4", country: COACH.pageConfig.country};   
var params = {allowfullscreen: "true"};
var params = { wmode:"opaque", allowScriptAccess: "always", movie: "CoachHP" };
var attributes = { }; 

swfobject.embedSWF("/us/201202/home/swf/preloader.swf", "flashTarget","100%", "100%", "10.0.0", false, flashvars, params, attributes); 







