var product_comment      = "";     // Inhalt der Eingabezeile

function changeImage(tempName){
	//alert(tempName);

	if(tempName=="ImageChain"){
		document.ImageChain.src="pic/image_05-02.jpg";
	}
	else{
		document.ImageSlide.src="pic/image_08-02.jpg";
	}

}
function ImageOut(tempName){
	if(tempName=="ImageChain")
		document.ImageChain.src="pic/image_05.jpg";
	else
		document.ImageSlide.src="pic/image_08.jpg";

}
function fff(){
//product_comment="";
//document.write(product_comment);

}

