// JavaScript Document

var newwindow;

function load_new(str,width,height){

	newwindow = window.open(str, 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width='+width+'px,height='+height+'px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_05(){

	newwindow = window.open("../uwifgallery/uwi_fete_05.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=505px,height=520px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_uwi_def_awards_09(msg){

	newwindow = window.open("../EVENTS/"+msg+".html", 'my_window2', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=505px,height=520px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_bur06(msg){

	newwindow = window.open("../EVENTS/"+msg+".html", 'my_window2', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=505px,height=520px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function loadfete(msg){

	newwindow = window.open("../uwifgallery/"+msg+".html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=505px,height=520px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_01(){
	if(newwindow){newwindow.close();}	
	newwindow = window.open("../EVENTS/uwi_golf_challenge_launch_05.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=480px,height=550px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_02(){
	if(newwindow){newwindow.close();}			
	newwindow = window.open("../EVENTS/uwi_golf_challenge_05_01.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=480px,height=530px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_03(){
	if(newwindow){newwindow.close();}	
	newwindow = window.open("../EVENTS/uwi_golf_challenge_05_02.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=480px,height=530px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_04(){
	if(newwindow){newwindow.close();}	
	newwindow = window.open("../EVENTS/uwi_golf_challenge_05_03.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=480px,height=530px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_05(){
	if(newwindow){newwindow.close();}	
	newwindow = window.open("../EVENTS/uwi_golf_challenge_05_04.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=480px,height=530px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_06(){	
	if(newwindow){newwindow.close();}	
	newwindow = window.open("../EVENTS/uwi_golf_challenge_05_05.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=480px,height=540px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function load_golf_05_07(){
	if(newwindow){newwindow.close();}	
	newwindow = window.open("../EVENTS/uwi_golf_challenge_05_06.html", 'my_window', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=790px,height=470px,left=0,top=0');
	if(window.focus){newwindow.focus();}
}

function meminfo(page){
	newwindow = window.open("../Bios/"+page+'.html', 'my_window2', 'toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=520px,height=450px,left=0,top=0');
}