document.write (

'<div id="langSelect">'+
'	<a href="#" onmouseover="mopen(\'m2\')" onmouseout="mclosetime()">Polski &#9660;</a>'+
'	<div id="m2" style="visibility: hidden; z-index: 999999;" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">'+
'		<a href="/en/" target="_top">English</a>'+
'		<a href="/" target="_top">Deutsch</a>'+
'		<a href="/nl/" target="_top">Nederlands</a>'+
'		<a href="/es/" target="_top">Español</a>'+
'		<a href="/fr/" target="_top">Français</a>'+
'		<a href="/it/" target="_top">Italiano</a>'+
'		<a href="/ru/" target="_top">Русский</a>'+
'	</div>'+
'</div>'
	
);
