			function openWin( windowURL, windowName, windowFeatures ) { 
					return window.open( windowURL, windowName, windowFeatures ) ; 
			} 
			function NewWindow(mypage,myname,w,h,scroll){
						LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
						TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
						settings =
						'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',noresize'
						win = window.open(mypage,myname,settings)
			}
			
			function flash_insert(file_name,x,y,bg){
				document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+x+'" height="'+y+'" id="id" align="middle">');
				document.write('<param name="allowScriptAccess" value="sameDomain" />');
				document.write('<param name="movie" value="'+file_name+'" />');
				document.write('<param name="quality" value="high" />');
				document.write('<param name="bgcolor" value="'+bg+'" />');
				document.write('<embed src="'+file_name+'" quality="high" bgcolor="'+bg+'" width="'+x+'" height="'+y+'" name="id" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
				document.write('</object>');			
			}
			
			function hatter(id){
				document.getElementById("1").style.background='none';
			}

				
			function aktival(azonosito){
				if (document.getElementById(azonosito).style.display!='none'){									
					document.getElementById(azonosito).style.display='none';
				}else{
					document.getElementById(azonosito).style.display='block';
				}
			}
			   
			function lenyitas(id){
				if (document.getElementById(id).style.display!='none')
					document.getElementById(id).style.display='none';	
				else
					document.getElementById(id).style.display='block';
			}
			
			function sm01(urlap) { 
				urlap.value += "[sm01]"; 
			} 
			
			function sm02(urlap) { 
				urlap.value += "[sm02]"; 
			} 
			
			function sm03(urlap) { 
				urlap.value += "[sm03]"; 
			}
			
			function sm04(urlap) { 
				urlap.value += "[sm04]"; 
			}
			
			function sm05(urlap) { 
				urlap.value += "[sm05]"; 
			}

