<!--//--><![CDATA[//><!--
				  
// ----- PNG fix  -------------------------------------------------------//
		
		jQuery(document).ready(function() {
				jQuery('div.slider-wrap').pngFix()
	  				 });  			
				  
// ----- Image Slider INIT -------------------------------------------------------//

   		jQuery(document).ready(function() {  
       			jQuery("div#main-photo-slider").codaSlider()      
          			var autoSlide = setInterval(function()  
         				{  
            				$("#left-link").click();  
           				}, 10000);  
  				 });  
				  
// ----- SuperfishMenu Init -------------------------------------------------------//

		jQuery(document).ready(function($) { 
				$("ul.sf-menu").superfish().find('ul').bgIframe({opacity:false}); 			
		 });
		jQuery(document).ready(function($) { 
				$("ul.sf-menuCat").superfish().find('ul').bgIframe({opacity:false}); 			
		 });
		
// ----- 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]+"'");
}

//--><!]]>




