			
				function showJavascript() {
					
					$("#CU3ER-holder").html('<div id="CU3ER-js" class="CU3ER" style="margin: 0 !important; height:420px;"><p>If you do not see content of CU3ER slider here try to enable JavaScript and reload the page</p></div>');
					$("#CU3ER-js").cu3er({
						vars: {
							width: 1024,
							height: 420,
							force_javascript: true,
							flash_version : "10.0.0",
							xml_location: '/templateFiles/images/CU3ER-config.xml',
							swf_location : '/templateFiles/images/CU3ER.swf',
							folder_images: '/templateFiles/images/home-banner',
							folder_fonts: 'fonts'
						},
						params: {
							wmode: 'transparent'
						},
						attributes: {
							name:'CU3ER'
						},
						onSliderInit: function() {
							var flashStr = "";
							if (CU3ER['CU3ER-js'].hasFlash) {
								flashStr = " <a href='javascript:showFlash();'>Click here to enable Flash version.</a>";
							} else {
								flashStr = " The best possible version since you do not have Flash Player installed.";
							}
						  /*	switch (CU3ER['CU3ER-js'].displayVersion) {
								case "Flash":
									$("#info-txt").html("You are now seeing <strong>CU3ER Flash</strong> version. <a href='javascript:showJavascript();'>Click here to disable Flash version and force Javascript version.</a>");
								break;
								case "JS-3D":
									$("#info-txt").html("You are now seeing <strong>CU3ER Javascript 3D</strong> version."+flashStr);
								break;
								case "JS-Slicing":
									$("#info-txt").html("You are now seeing <strong>CU3ER Javascript Slicing</strong> version, best CU3ER Javascript version your browser can display.<br/>Try Chrome or Safari to see Javascript 3D version of CU3ER."+flashStr);
								break;
								case "JS-Simple":
									$("#info-txt").html("You are now seeing <strong>CU3ER Javascript Simple</strong> version, best CU3ER Javascript version your browser can display."+flashStr);
								break;
							}*/
						}
					});
				}
				
				function showFlash() {
					
					$("#CU3ER-holder").html('<div id="CU3ER-flash" style="margin: 0 !important; height:420px;"><p>If you do not see content of CU3ER slider here try to enable JavaScript and reload the page</p></div>');
					$("#CU3ER-flash").cu3er({
						vars: {
							width: 1090,
							height: 420,
							flash_version : "10.0.0",
							xml_location: '/templateFiles/images/CU3ER-config.xml',
							swf_location : '/templateFiles/images/CU3ER.swf',
							folder_images: '/templateFiles/images/home-banner',
							folder_fonts: 'fonts'
						},
						params: {
							wmode: 'transparent'
						},
						attributes: {
							name:'CU3ER'
						},
						onSliderInit: function() {
							var flashStr = "";
							if (CU3ER['CU3ER-flash'].hasFlash) {
								flashStr = " <a href='javascript:showFlash();'>Click here to enable Flash version.</a>";
							} else {
								flashStr = " This is best possible version since you do not have Flash Player installed.";
							}
							/*switch (CU3ER['CU3ER-flash'].displayVersion) {
								case "Flash":
									$("#info-txt").html("You are now seeing <strong>CU3ER Flash</strong> version. <a href='javascript:showJavascript();'>Click here to disable Flash version and force Javascript version.</a>");
								break;
								case "JS-3D":
									$("#info-txt").html("You are now seeing <strong>CU3ER Javascript 3D</strong> version."+flashStr);
								break;
								case "JS-Slicing":
									$("#info-txt").html("You are now seeing <strong>CU3ER Javascript Slicing</strong> version, best CU3ER Javascript version your browser can display.<br/>Try Chrome or Safari to see Javascript 3D version of CU3ER."+flashStr);
								break;
								case "JS-Simple":
									$("#info-txt").html("You are now seeing <strong>CU3ER Javascript Simple</strong> version, best CU3ER JS version your browser can display."+flashStr);
								break;
							}*/
						}
					});
				}
				jQuery(document).ready(function($) {
					showFlash();
				});

