//function any_pop(url,width,height)
//	{
//		newWin = window.open(url, "", "width="+ width +",height="+ height +",toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
//		newWin.focus();
//	}
	
function pop_sound(url)
	{
		newWin = window.open(url, "PopSound", 'width=200,height=50,toolbar=0,menubar=0,location=0,scrollbars=0,resizable=1');
		newWin.focus();
	}
function pop_bild(theURL,width,height)
	{
		BildPop = window.open(theURL, "BildPop", "width="+ width +",height="+ height +",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");
		BildPop.focus();
	}
