function bugofix(){
	if(window.navigator.appName=='Opera'){
		document.getElementById('popup').style.marginTop="26px";
		document.getElementById('select0').style.top="-24px";
	}
	if(window.navigator.userAgent.indexOf("Safari")>=0){
		document.getElementById('popup').style.marginTop="10px";
		document.getElementById('popup').style.marginBottom="10px";
		document.getElementById('select0').style.top="-24px";
	}
	if(window.navigator.appName=='Konqueror'){
		document.getElementById('popup').style.marginTop="30px";
		document.getElementById('select0').style.top="-24px";	
	}
}
