var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""
		
				function showWindow(par){
					F_Bild=window.open(par, 'IM', 'width=530, height=400, top=20, resizable=yes, scrollbars=yes');
				}

				function showWindow_small(par){
					F_Bild=window.open(par, 'IM', 'width=300,height=300, resizable=yes');
				}

				function showWindow_big(par){
					F_Bild=window.open(par, 'IM', 'width=740,height=500,top= 10, resizable=yes, scrollbars=yes');
				}

				function showWindow_column(par){
					F_Bild=window.open(par, 'IM', 'width=350,height=500, left=500, top=20 resizable=yes, scrollbars=yes');
				}
				
				
				function contains_ns6(a, b) {
					while (b.parentNode)
					if ((b = b.parentNode) = a)
					return true;
					return false;
				}


				var url = "http://www.inhispania.com";
				var title = "Spanish Courses in Madrid (Spain) with Inhispania.com";
				
				function makeLink(){
				if(document.all)
				window.external.AddFavorite(url,title)
				}
