/* [[ ----
	 
	Page tracking: Minimum 3 parameters to qualify 
		- flashvars.pageName = "<Microsite Name>";	   //example: Bravia
		- flashvars.prop42   = "<Microsite Section>";  //example: Bravia:Home
		- flashvars.hier5    = "microsite|<Microsite Name>|<Sub-Level>"; //example: "microsite|Bravia|Television Projector"
	
	Tips: Name the variable with some kind of naming convention for easy read.
	
  ----- ]]*/

/*TVC PAGE*/
flashvars.tvc_pagename     			            = "ms:BRAVIA-AP:tvc";
flashvars.tvc_section_p42   		            = "BRAVIA-AP:tvc";
flashvars.tvc_hier_h5       		            = "microsite|BRAVIA-AP|tvc";	

/*Design Philosophy PAGE*/
flashvars.design_philosophy_pagename		    = "ms:BRAVIA-AP:design-philosophy";
flashvars.design_philosophy_section_p42		    = "BRAVIA-AP:design-philosophy";
flashvars.design_philosophy_hier_h5    		    = "microsite|BRAVIA-AP|design-philosophy";

/*Features PAGE*/
flashvars.features_pagename				        = "ms:BRAVIA-AP:features";
flashvars.features_section_p42		            = "BRAVIA-AP:features";
flashvars.features_hier_h5    				    = "microsite|BRAVIA-AP|features";

/*NX800 PAGE*/
flashvars.nx800_pagename				        = "ms:BRAVIA-AP:nx800";
flashvars.nx800_section_p42		                = "BRAVIA-AP:nx800";
flashvars.nx800_hier_h5    				        = "microsite|BRAVIA-AP|nx800";	


/* Example: Page tracking 
flashvars.history_pagename    = "ms:HDSmiles-SG:History";
flashvars.history_section_p42 = "HDSmiles-SG:History";
flashvars.history_hier_h5     = "microsite|HDSmiles-SG|History";
*/

/* Example: Page tracking 
flashvars.game_pagename    = "ms:HDSmiles-SG:game";
flashvars.game_section_p42 = "HDSmiles-SG:game.loaded";
flashvars.game_hier_h5     = "microsite|HDSmiles-SG|game";
*/	
