function submitForm(b) {
	var f=b;
	var sizeX=380;
	var sizeY=600;
//	var f=b.form;
	window.open("","wyniki","width="+sizeX+",height="+sizeY+",location=no,menubar=no,status=no,toolbar=no,scrollbars=1,resizable=no,alwaysRaised=true,left=1,top=1,screenX=1,screenY=1");
	f.target="wyniki";
	f.submit();
	return false;
}

function openpopupPIK()
	{
		var popurl="http://www.deutsche-bank-pbc.pl/zarobisz/";
		var PIK;

		PIK = window.open(popurl,"PIK","left=10,top=10,width=800,height=600,scrollbars=1,status=0,resizable=0");

		return false;
	}

	function show_ind_menu() {
		obj1  = document.getElementById('main_ind_tab');
		obj2  = document.getElementById('main_ind_img');
		obj3  = document.getElementById('main_biz_tab');
		obj4  = document.getElementById('main_biz_img');

		obj1.style.display = "block";
		obj3.style.display = "none";
		obj2.src = '/en/graphics/main_ind_cl_chosen.jpg';
		obj4.src = '/en/graphics/main_biz_cl.jpg';
	}
        function show_biz_menu() {
                obj1  = document.getElementById('main_ind_tab');
                obj2  = document.getElementById('main_ind_img');
                obj3  = document.getElementById('main_biz_tab');
                obj4  = document.getElementById('main_biz_img');

                obj1.style.display = "none";
                obj3.style.display = "block";
                obj2.src = '/en/graphics/main_ind_cl.jpg';
                obj4.src = '/en/graphics/main_biz_cl_chosen.jpg';
        }

	function zwin6(n) {
		obj3  = document.getElementById('tab'+n);
		obj4 = document.getElementById('img'+n);
		if (obj3.style.display == "none") {
			obj3.style.display = "block";
			obj4.src = '/en/graphics/arrow_awards_opened.gif';
		} else {
			obj3.style.display = "none";
			obj4.src = '/en/graphics/arrow_awards_closed.gif';
		}
	}

	function zwin6div(n) {
		obj3  = document.getElementById('div'+n);
		obj3.style.display = "none";
	}

	function rozwin6div(n) {
		obj3  = document.getElementById('div'+n);
obj4 = document.getElementById('img'+n);
		//obj3.style.display = "block";
		//obj4.src = '/graphics/arrow_awards_opened.gif';
//window.alert(obj3.style.display);
		if (obj3.style.display == "none") {
			obj3.style.display = "block";
			obj4.src = '/en/graphics/arrow_awards_opened.gif';
		} else {
			obj3.style.display = "none";
			obj4.src = '/en/graphics/arrow_awards_closed.gif';
		}


	}

	function show() {
		winX = screen.availWidth - 412;
		win = window.open('','szef','width=400, height=580, top=0, left='+winX);
		win.document.open();
		win.document.write('<html>');
		win.document.write('<head>');
		win.document.write('	<title>Deutsche Bank PBC</title>');
		win.document.write('	<link rel="stylesheet" href="css/db24.css" type="text/css">');
		win.document.write('</head>');
		win.document.write('<body style="margin:0px;">');
		win.document.write('  <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="400" HEIGHT="580" ALIGN="">');
		win.document.write('	<param name="wmode" value="transparent">');
		win.document.write('	<PARAM NAME=movie VALUE="bannery_swf/oddzialy_pop.swf">');
		win.document.write('	<PARAM NAME=quality VALUE=high>');
		win.document.write('	<PARAM NAME=bgcolor VALUE=#FFFFFF>');
		win.document.write('	<EMBED src="/content/bannery_swf/oddzialy_pop.swf" quality=high bgcolor=#FFFFFF  WIDTH="400" HEIGHT="580" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
		win.document.write('  </OBJECT>');
		win.document.write('</body></html>');
		win.document.close();
		win.focus();
		return true;
	}

function redirect_form(val){
	if(val!=-1)
	document.location="/en/index.php/l1/"+val;
}

function redirect_form_2(val){
        if(val!=-1)
        window.opener.document.location="/en/index.php/l1/"+val;
}

function setLinks()
{
var theSelects = document.getElementsByTagName("select");
for(var i = 0; i < theSelects.length; i++)
{
theSelects[i].disabled = true;
}

	var theLinks = document.getElementsByTagName("a");
	for(var i = 0; i < theLinks.length; i++)
	{
		if(theLinks[i].id!='print_ref')
		{
			theLinks[i].onclick = function() {
				return false;
			}
		}
	}
}

function zwin4(n) {
		obj  = document.getElementById('tab'+n);
		obj2 = document.getElementById('img'+n);
		if (obj.style.display == "none") {
			obj.style.display = "block";
			obj2.src = '/en/graphics/arrow_awards_opened.gif';
		} else {
			obj.style.display = "none";
			obj2.src = '/en/graphics/arrow_awards_closed.gif';
		}
	}


	function arch4Popup() {
		var w   = 800;
		var h   = 530;
		var img = '/en/graphics/images/arch_inw_1.jpg';
		okno = window.open(img,"","left=0,top=0,width=800,height=530,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Architektura Inwestycji</title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function arch5Popup() {
		var w   = 800;
		var h   = 530;
		var img = '/en/graphics/images/arch_inw_2.jpg';
		okno = window.open(img,"","left=0,top=0,width=800,height=530,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Architektura Inwestycji</title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function arch6Popup() {
		var w   = 800;
		var h   = 530;
		var img = '/en/graphics/images/arch_inw_3.jpg';
		okno = window.open(img,"","left=0,top=0,width=800,height=530,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Architektura Inwestycji </title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}


	function arch7Popup() {
		var w   = 283;
		var h   = 383;
		var img = '/en/graphics/images/architektura_4.gif';
		okno = window.open('','','width='+w+',height='+h);
		var winW = parseInt((screen.width / 2) - (w / 2));
		var winH = parseInt((screen.height/ 2) - (h / 2));
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Grupa Coop Himmelb(l)au </title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function arch8Popup() {
		var w   = 278;
		var h   = 100;
		var img = '/en/graphics/images/architektura_5.gif';
		okno = window.open('','','width='+w+',height='+h);
		var winW = parseInt((screen.width / 2) - (w / 2));
		var winH = parseInt((screen.height/ 2) - (h / 2));
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Grupa Coop Himmelb(l)au </title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function arch9Popup() {
		var w   = 300;
		var h   = 157;
		var img = '/en/graphics/images/architektura_6.gif';
		okno = window.open('','','width='+w+',height='+h);
		var winW = parseInt((screen.width / 2) - (w / 2));
		var winH = parseInt((screen.height/ 2) - (h / 2));
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Grupa Coop Himmelb(l)au </title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function arch10Popup() {
		var w   = 392;
		var h   = 283;
		var img = '/en/graphics/images/architektura_7.gif';
		okno = window.open('','','width='+w+',height='+h);
		var winW = parseInt((screen.width / 2) - (w / 2));
		var winH = parseInt((screen.height/ 2) - (h / 2));
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank PBC - Grupa Coop Himmelb(l)au </title>';
		cont += '	<style type="text/css">';
		cont += '		body {ldelim} background-color:rgb(255,255,255); margin:0px; {rdelim}';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="zamknij okno" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	
function time_machine(this_pos,small_img,small_img_x,large_img) {
var last_pos;
var last_pos_small_img;
if (this_pos!=last_pos) {
    if (last_pos) {
      document.getElementById('small_'+last_pos).src=last_pos_small_img;
      //document.getElementById('desc_'+last_pos+'_1').style.display='none';
      document.getElementById('desc_'+last_pos+'_2').style.display='none';
    }
  last_pos=this_pos;
  last_pos_small_img=small_img;
  document.getElementById('small_'+this_pos).src=small_img_x;
  //document.getElementById('big_year').src=large_img;
  //document.getElementById('desc_'+this_pos+'_1').style.display='inline';
  document.getElementById('desc_1_2').style.display='none';
  document.getElementById('desc_2_2').style.display='none';
  document.getElementById('desc_3_2').style.display='none';
  document.getElementById('desc_4_2').style.display='none';
  document.getElementById('desc_5_2').style.display='none';
  document.getElementById('desc_6_2').style.display='none';
  document.getElementById('desc_7_2').style.display='none';
  document.getElementById('desc_8_2').style.display='none';
  document.getElementById('desc_9_2').style.display='none';
  document.getElementById('desc_10_2').style.display='none';
  document.getElementById('desc_11_2').style.display='none';
  document.getElementById('desc_12_2').style.display='none';
  document.getElementById('desc_'+this_pos+'_2').style.display='inline';
 }
}

function players1Popup() {
		var w   = 500;
		var h   = 336;
		var img = '/graphics/images/akpa_5895_small.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=336,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank Players Championship in Hamburg</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function players2Popup() {
		var w   = 500;
		var h   = 336;
		var img = '/graphics/images/akpa_5926_small.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=336,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank Players Championship in Hamburg</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function players3Popup() {
		var w   = 500;
		var h   = 336;
		var img = '/graphics/images/akpa_6042_small.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=336,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank Players Championship in Hamburg</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function players4Popup() {
		var w   = 500;
		var h   = 336;
		var img = '/graphics/images/akpa_6018_small.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=336,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank Players Championship in Hamburg</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function players5Popup() {
		var w   = 500;
		var h   = 336;
		var img = '/graphics/images/akpa_5890_small.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=336,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank Players Championship in Hamburg</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function players6Popup() {
		var w   = 500;
		var h   = 336;
		var img = '/graphics/images/akpa_5621_small.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=336,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Deutsche Bank Players Championship in Hamburg</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	
function check()
	{
		email = document.getElementById('email');
		login = document.getElementById('loginP');
		
		if(login.value == "")
		{
			alert("Please provide login.");
			return;
		}
		
		if(login.value.length < 4 || login.value.length > 20)
		{
			alert('Login should contain from 4 till 20 signs. Please provide a correct login.');
			return;
		}
		
		// Sprawdzanie poprawnosci loginu
		var filterLogin  = /^([a-zA-Z0-9_\.\-])+$/;
		if (filterLogin.test(login.value) == false)
		{
			alert('Login should not contain Polish signs. Please provide a correct login.');
			return;
		}
		
		if(email.value == "")
		{
			alert("Please provide an email address.");
			return;
		}
		
		// Sprawdzanie poprawnosci adresu e-mail
		var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
		if (filter.test(email.value) == false)
		{
			alert('Please provide a correct email address.');
			return;
		}
				
		document.kontoForm.submit();
	}
	function armada1Popup() {
		var w   = 500;
		var h   = 334;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_1.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=334,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function armada2Popup() {
		var w   = 500;
		var h   = 326;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_4.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=326,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	function armada3Popup() {
		var w   = 500;
		var h   = 334;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_8.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=334,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function armada4Popup() {
		var w   = 500;
		var h   = 334;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_9.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=334,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	function armada5Popup() {
		var w   = 500;
		var h   = 334;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_10.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=334,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function armada6Popup() {
		var w   = 500;
		var h   = 334;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_12.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=334,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	function armada7Popup() {
		var w   = 500;
		var h   = 334;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_11.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=334,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}

function armada8Popup() {
		var w   = 500;
		var h   = 326;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_13.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=326,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
function armada9Popup() {
		var w   = 500;
		var h   = 326;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_14.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=326,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	function armada10Popup() {
		var w   = 500;
		var h   = 326;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_15.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=326,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	function armada11Popup() {
		var w   = 500;
		var h   = 326;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_16.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=326,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
	function armada12Popup() {
		var w   = 500;
		var h   = 326;
		var img = '/graphics/images/pro_am_tour/pro_am_tour_17.jpg';
		okno = window.open(img,"","left=0,top=0,width=500,height=326,");
		cont = '';
		cont += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
		cont += '<html>';
		cont += '<head>';
		cont += '	<title>Armada Deutsche Bank Pro-Am Tour</title>';
		cont += '	<style type="text/css">';
		cont += '		body { background-color:rgb(255,255,255); margin:0px; }';
		cont += '	</style>';
		cont += '</head>';
		cont += '<body>';
		cont += '	<img src="'+img+'" style="width:'+w+'px; height:'+h+'ph; cursor:pointer;" alt="close window" galleryImg="false" onClick="self.close();">';
		cont += '</body>';
		cont += '</html>';
		okno.document.open();
		okno.document.write(cont);
		okno.document.close();
		okno.focus();
	}
