function resizeSWF(nWidth) {
		
	nWidth += "px";
	document.getElementById("flashnavi").style.width = nWidth;

}

function resizeCountry(nHeight) {
		
	nHeight += "px";
	document.getElementById("country_head").style.height = nHeight;

}

function resizeDiv(nHeight) {
		
	nHeight += "px";
	document.getElementById("flashcontent").style.height = nHeight;
	document.getElementById("produkte").style.height = nHeight;
	initScrollLayer();

}

function resizeBar(nHeight) {
		
	if(nHeight == 300){
		
		document.getElementById("product_bar").style.marginTop = 0 + "px";
		
	}else{
		
		document.getElementById("product_bar").style.marginTop = -245 + "px";
		
	}
		
	nHeight += "px";
	document.getElementById("productbar").style.height = nHeight;
	

}