function ChDsp2(strShow,strHidden,strHidden1){
    var obj='';
    obj=document.all && document.all(strShow) || document.getElementById && document.getElementById(strShow);
    obj.style.display = "block";
    obj=document.all && document.all(strHidden) || document.getElementById && document.getElementById(strHidden);
    obj.style.display = "none";
	obj=document.all && document.all(strHidden1) || document.getElementById && document.getElementById(strHidden1);
    obj.style.display = "none";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*$('#slide1, #slide2').ready(function(){
	$('#slide1').bxCarousel({
		display_num: 5,
		move: 5,
		prev_image: '/img/button_slide_1.jpg',
		next_image: '/img/button_slide_2.jpg',
		margin: 4
	});
	
	$('#slide2').bxCarousel({
		display_num: 3,
		move: 1,
		auto: true,
		controls: false,
		margin: 7,
		auto_hover: true
	});
});*/
