function link_(){
	var txtLink = document.frmWeblink.sWeblink.value;
	window.open(txtLink);	
}

/*function mainmenu(){
	$("#nav ul").css({display: "none"}); // Opera Fix
	$("#nav li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).toggle("slow");
		},function(){
		$(this).find('ul:first').css({visibility: "hidden"});
		});
}
*/
$(document).ready(function(){
	//Fix PNG					   	
	$('div#logo').pngFix( );
	//$('div#lang').pngFix( );
	
	//mainmenu();
	
	//Facebox
	$('a[rel*=facebox]').facebox() 
	
	$('#photos').galleryView({
		panel_width: 200,
		panel_height: 220,
		frame_width: 30,
		frame_height: 30,
		overlay_color: '#222',
		overlay_text_color: 'white',
		caption_text_color: '#222',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'dark',
		easing: 'easeInOutQuad',
		pause_on_hover: true
	});
	

});