
function CheckThisCheckbox(CheckBoxNumber){
	var myElem = document.forms[1].elements[CheckBoxNumber];
	if (!myElem.checked){
		myElem.checked = true;
	}
	else
	{
		myElem.checked = false
	}

}
function ClearCats(angezeigt)
	{
		var eleBZ,eleMM;
		for (var i = 0; i<7; i++){
			eleBZ = "MenuCat"+i;
			eleMM = "IDmenu"+i;
			if (document.getElementById(eleBZ)){
				if (i==angezeigt){
					var cIDMenu = document.getElementById(eleBZ);
					cIDMenu.style.visibility = 'visible';
					var cIDMenuTop = document.getElementById(eleMM);
					
					if (angezeigt ==1){
						cIDMenuTop.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/bgmenuT1.gif")';
					}
					if (angezeigt ==2){
						cIDMenuTop.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/bgmenuT2.gif")';
					}
					if (angezeigt ==3){
						cIDMenuTop.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/bgmenuT3.gif")';
					}
					if (angezeigt ==4){
						cIDMenuTop.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/bgmenuT4.gif")';
					}
					if (angezeigt ==5){
						cIDMenuTop.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/bgmenuT5.gif")';
					}					
					
				}
				else
				{
				
					var cIDMenu = document.getElementById(eleBZ);
					cIDMenu.style.visibility = 'hidden';
					var cIDMenuTop = document.getElementById(eleMM);
					cIDMenuTop.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/menubg_home.gif")';					
					
				}
			}
			
		}
}





	function GoGetTop()
	{
	
		
		if (html_footer!=""){
			
			if (document.getElementsByTagName('A')){


			var rows = document.getElementsByTagName('A');
			for(var i=0; i<rows.length; i++) {
				if (rows[i].className=="KaufLink") {
					rows[i].className="KaufLink" + html_bg1;

				}
			}

			}			
			var cfooter = document.getElementById('hd_footer');
			//cfooter.innerHTML = html_footer;
			if (html_bg1 ==1){
				cfooter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/headers/footer_hair.gif")';
			}
			if (html_bg1 ==2){
				cfooter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/headers/footer_BASIC.gif")';
			}
			if (html_bg1 ==3){
				cfooter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/headers/footer_ADVANCED.gif")';
			}
			if (html_bg1 ==4){
				cfooter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/headers/footer_BATH.gif")';
			}
			if (html_bg1 ==5){
				cfooter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/headers/footer_MENS.gif")';
			}			
			
			
			var ctop = document.getElementById('hd_top');
			ctop.innerHTML = html_top;

			for (var i = 0; i<7; i++) {
				eleU = "IDinfoBoxHeading"+i;
				eleB = "IDinfoBoxHeadingCenter"+i;


				if (document.getElementById(eleB)){
				var cIDinfoBoxHeadingCenter = document.getElementById(eleB);
				if (html_bg1){
					if (html_bg1 ==1){
						cIDinfoBoxHeadingCenter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_HAIR.gif")';
					}
					if (html_bg1 ==2){
						cIDinfoBoxHeadingCenter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_BASIC.gif")';
					}
					if (html_bg1 ==3){
						cIDinfoBoxHeadingCenter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_ADVANCED.gif")';
					}
					if (html_bg1 ==4){
						cIDinfoBoxHeadingCenter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_BATH.gif")';
					}
					if (html_bg1 ==5){
						cIDinfoBoxHeadingCenter.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_MENS.gif")';
					}
				}
				}
				if (document.getElementById(eleU)){
				var cIDinfoBoxHeading = document.getElementById(eleU);
				if (html_bg1){

					if (html_bg1 ==1){
						cIDinfoBoxHeading.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_HAIR.gif")';
					}
					if (html_bg1 ==2){
						cIDinfoBoxHeading.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_BASIC.gif")';
					}
					if (html_bg1 ==3){
						cIDinfoBoxHeading.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_ADVANCED.gif")';
					}
					if (html_bg1 ==4){
						cIDinfoBoxHeading.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_BATH.gif")';
					}
					if (html_bg1 ==5){
						cIDinfoBoxHeading.style.backgroundImage ='url("http://www.masuri.de/templates/xtc4/img/Elements/BoxLeft_MENS.gif")';
					}
				}
			
		}
	}
	}

}

function PrintOrder(dahin){
	window.open(dahin, 'popup', 'scrollbars=yes,toolbar=0, width=640, height=600');
}
function CheckAGBs(){
	var message = '';
	if (document.checkout_payment.conditions) {
		if (document.checkout_payment.conditions.checked!=true){
			message+=  ' Bitte Bestätigen Sie die AGBs\n';
		}
	}
	if (document.checkout_payment.berufung) {
		if (document.checkout_payment.berufung.checked!=true){
			message+=  ' Bitte Bestätigen Sie die Wiederrufsbelehrung \n';
		}
	}
	if (message == ''){
		document.checkout_payment.submit();
	}else{
		var tempmessage = unescape(message)
		alert(tempmessage+' \n')
	
	}



}

