        function show_contact( w, h ) {
                var winCmd = window.open( 'http://www.gallinablanca.ru/contact.php', 'gbcontact', 'height='+ h +', width='+ w +', toolbar=0, titlebar=0, status=0, menubar=0, scrollbars=0, resizable=0' );
		winCmd.focus();
        }
        
		function popup( links, width, height )
		{
			var scrH = screen.height;
			var scrW = screen.width;
	
			var winCmd = window.open( links, 'gbphotocontest', 'height='+ height +', width='+ width +', top='+ ( scrH / 2 - height ) +', left='+ ( scrW / 2 - width ) +', toolbar=0, titlebar=1, status=0, menubar=0, scrollbars=0, resizable=1' );
	
			winCmd.focus();
		}
