(function(){
	ID_PAR = document.getElementById("Touring24_info_FRAME").T24_ID_PAR;
	ID_TYP = document.getElementById("Touring24_info_FRAME").T24_ID_TYP;
	ID_REF = document.getElementById("Touring24_info_FRAME").T24_ID_REF;
	ID_BAN = document.getElementById("Touring24_info_FRAME").T24_ID_BAN;

	switch(ID_BAN) {
	case "1":	W = 300; H = 60;		break;
	case "2":	W = 468; H = 165;		break;
	case "3":	W = 468; H = 200;		break;
	case "4":	W = 468; H = 60;		break;
	case "5":	W = 600; H = 142;		break;
	}
	document.getElementById("Touring24_info_FRAME").height = H;
	document.getElementById("Touring24_info_FRAME").width = W;
	document.getElementById("Touring24_info_FRAME").style.visibility = "visible";
	document.getElementById("Touring24_info_FRAME").style.display= "block";
	frames.Touring24_info_FRAME.location = 'http://www.touring24.info/tou/banner/t24.asp?PAR='+ID_PAR+'&REF='+ID_REF+'&TYP='+ID_TYP+'&BAN='+ID_BAN+'&URL='+window.location.href;
	
})()