
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// CAPTIONS
	

	// captions' background color
	var captionsBackgroundColor= 	"#522C31";

	
	// captions' text color
	var captionsTextColor= 			"#ffffff";



	// captions for home page cells
	
	var cell01caption=	"custom ice buckets"
	;
	var cell02caption=	"holiday photo cards"
	;
	var cell03caption=	"phone cases"
	;
	var cell04caption=	"great gifts"
	;
	var cell05caption=	"non custom bags"
	;
	var cell06caption=	"custom trays"
	;
	var cell07caption=	"custom stationery"
	;
	var cell08caption=	"canvas bag and notebooks"
	;
	var cell09caption=	"iomoi for Matouk"
	;
	var cell10caption=	"custom invitations"
	;
	var cell11caption=	"loafers"
	;
	var cell12caption=	"custom address labels"
	;





//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// LINKS
	

	// links for home page cells
	
	// coding note: thickbox links look like this - "#TB_inline?height=370&width=344&inlineId=hiddencell01content"
	
	var cell01link=		"http://iomoi.stores.yahoo.net/section-06.html"
	;
	var cell02link= 	"http://iomoi.stores.yahoo.net/trifold-photo-cards-section.html"
	;
	var cell03link= 	"http://iomoi.stores.yahoo.net/phonecases.html"
	;
	var cell04link= 	"http://iomoi.stores.yahoo.net/greatgiftsunder50.html"
	;
	var cell05link= 	"http://iomoi.stores.yahoo.net/noncustombags.html"
	;
	var cell06link= 	"http://iomoi.stores.yahoo.net/section-08.html"
	;
	var cell07link= 	"http://iomoi.stores.yahoo.net/fu.html"
	;
	var cell08link= 	"http://iomoi.stores.yahoo.net/section-04.html"
	;
	var cell09link= 	"http://iomoi.stores.yahoo.net/matouk.html"
	;
	var cell10link= 	"http://iomoi.stores.yahoo.net/custominvitations.html"
	;
	var cell11link= 	"http://iomoi.stores.yahoo.net/shoes.html"
	;
	var cell12link= 	"http://iomoi.stores.yahoo.net/addresslabels.html"
	;





//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// COLORS
	
	// background color for home page content area
	var contentBGcolor=			"#ffffff"
	;


	// background colors for 2nd nav *ALL AT ONCE* top panels (BACKGROUND FILL COLOR)
	var panelBGcolor=			"#a59b9b" // NOT active. see mg to activate
	;
	// background colors for 2nd nav *ALL AT ONCE* panels CONTENT (BACKGROUND FILL COLOR)
	var panelContentBGcolor=	"#ffffff"  // NOT active. see mg to activate
	;


	// BACKGROUND PATTERN (i.e. the pattern behind the home page) - 100118
	// just change this file:
	//
	//		http://www.iomoi.com/images/homePageRandomImages/homecells/background.png
	//
	// REMEMBER: keep the file as small as possible: we are paying for bandwidth


	// background colors for 2nd nav "headings"
	var panel_1_bgColor=		"#C18EC0"
	;	
	var panel_2_bgColor=		"#B63794"
	;	
	var panel_3_bgColor=		"#C18EC0"
	;	
	var panel_4_bgColor=		"#B63794"
	;	
	var panel_5_bgColor=		"#C18EC0"
	;	
	var panel_6_bgColor=		"#B63794"
	;	
	var panel_7_bgColor=		"#C18EC0"
	;	
	var panel_8_bgColor=		"#B63794"
	;	
	var panel_9_bgColor=		"#C18EC0"
	;	
	var panel_10_bgColor=		"#B63794"
	;	
	var panel_11_bgColor=		"#transparent"
	;	
	var panel_12_bgColor=		"#transparent"
	;	
	
	
	// 110122 text color for 3rd navigation (i.e. the links along the bottom)
	// DOESN'T WORK!!! as of 110122 there is no clear way (other than perhaps a php dynamically generated .css file) to update the LINK SCHEME at runtime, even
	// using the jquery .css function (see the ioHomePage.js file) to dynamically update .css class definition based on these variables fails
	var thirdNavTextColor=			"#000000"	
	;
	
	var thirdNavLinkColor=			"#ff0000"	
	;
	
	var thirdNavLinkHoverColor=		"#00ff00"	
	;
	
	
	
	
	
	
	

