function set_cookie(volume,on_off) {
   document.cookie = "vol=" + volume;
   document.cookie = "on_off=" + on_off;
}

function changepic(wert) {

	document.images["largepic"].src = wert;
	
}