/*
***********************************************************************
  generated by H2G Internetagentur, CH-Aarau, www.h2g.ch, Januar 2010
***********************************************************************
*/

/* T-Shirt-Hover Effect */
function hovershirt(control){
	var picture = document.getElementById("newsspecials_tshirts");
	if(control==1){
		picture.src="img/img_newsspecials_tshirts_girlred.png";
	}else{
		picture.src="img/img_newsspecials_tshirts_girlblack.png";
	}
}
