Event.onReady( function(){
	// search panel events
	hintInInput('search_keyphrase');
	
	// open new window by clicking subscribe button
	Event.observe('toSubscribeBtn', 'click', function(){
		window.open('/mailling_list/?lang=' + LANG, 'Subscribe to mail list', 'height=300px,width=650px,toolbar=no,menubar=no,location=no,status=yes,directories=no,xcenter=yes,ycenter=yes,dependent=yes,resizable=0,scrollbars=1');
		return false;
	});
} );
//---------------------------------------------------------------------------