<!--//--><![CDATA[//><!--
				  
				  
// ----- jQuery Init -------------------------------------------------------//		$('.map').maphilight();


		jQuery(document).ready(function($) { 
																							
				$("ul.sf-menu").superfish().find('ul').bgIframe({opacity:false}); // ----- superfish vertical menu--------//
				
				$("div.scrollable").scrollable({nextPage:'.goNextPage', prevPage:'.goPrevPage',size:1,clickable:false}).circular().autoscroll({steps:1,autoplay:true,interval:8000});	// ----- scrollable --------//	
						
				if($("div.scrollable-banners div.items a").length > 1 ) {
						$("div.scrollable-banners").scrollable({size:1,clickable:false}).autoscroll({steps:1,autoplay:true,interval:5000}).circular().navigator();	// ----- scrollable banners --------//
				}
						
				
				$("ul#product-nav a").each(function() { // ----- product menu --------//
						if(jQuery("ul#product-nav a").next())
							{
								jQuery(this).addClass("expand");
							}
						});
						jQuery(".expand").click().toggle(
							function(event) {
								jQuery(this).addClass("active");
								jQuery(this).next().addClass("expanded");
									if (jQuery(this).attr("href") != "javascript:void(0)" && jQuery(this).attr("target") == "_blank")
										{
											externalPageUrl = jQuery(this).attr("href");
											window.open(externalPageUrl,'extPage','menubar=yes,toolbar=yes,location=yes,directories=yes,titlebar=yes,status=yes,scrollbars=yes,resizable=yes');
											//document.location = jQuery(this).attr("href");
										}	
											else if (jQuery(this).attr("href") != "javascript:void(0)" && jQuery(this).attr("target") == "")
												{
													document.location = jQuery(this).attr("href");
												}									
									},
							function(event) {
								jQuery(this).removeClass("active");
								jQuery(this).next().removeClass("expanded");
						}
					)
				});
		

		
// ----- IE radio and checkbox margin fix -------------------------------------------------------//
		  
//		jQuery(document).ready(function($) { 
//			if(jQuery.browser.msie) {
//				if(jQuery.browser.version < 8.0 ) {
//					$("div.survey input[@type=radio]").css("margin-left", "-3px");
//  	 				$("div.survey input[@type=radio]").css("margin-top", "-4px");
//				}
//			}
//  		});		

// ----- DW -------------------------------------------------------//	
				
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

// ----- IE6 background image flicker fix -------------------------------------------------------//

(function() {
			var m = document.uniqueID && document.compatMode && !window.XMLHttpRequest && document.execCommand;
				try{ if(!!m){ m("BackgroundImageCache", false, true)}}catch(oh){};
			}
		)(); 

//--><!]]>




