<!--

function PopUp() {
SubWindow = window.open('gallery/kungfu/kungfu1.html','popwin','width=800,height=900,resizable=yes,scrolling=yes,scrollbars=yes');

}

function PopUp1() {
SubWindow = window.open('gallery/animations/kungfu1.html','popwin','width=800,height=900,resizable=yes,scrolling=yes,scrollbars=yes');

}

function PopUp2() {
SubWindow = window.open('gallery/sanshou-brent-1999/kungfu1.html','popwin','width=800,height=900,resizable=yes,scrolling=yes,scrollbars=yes');

}

function PopUp3() {
SubWindow = window.open('gallery/sanshou-team-2000/kungfu1.html','popwin','width=800,height=900,resizable=yes,scrolling=yes,scrollbars=yes');

}

function PopUp4() {
SubWindow = window.open('gallery/video/pop-brian.html','popwin','width=500,height=500,resizable=yes');

}

function PopUp5() {
SubWindow = window.open('gallery/video/pop-neworleans.html','popwin','width=800,height=700,resizable=yes');

}

function PopUp6() {
SubWindow = window.open('gallery/video/pop-worlds.html','popwin','width=300,height=300,resizable=yes');

}
function PopUp7() {
SubWindow = window.open('gallery/video/pop-btfII.html','popwin','width=300,height=300,resizable=yes');

}
function PopUp8() {
SubWindow = window.open('gallery/nationals2002.jpg','popwin','width=1008,height=640,resizable=yes');

}
function PopUp9() {
SubWindow = window.open('gallery/nationals-brian.jpg','popwin','width=1008,height=640,resizable=yes');

}
function PopUp10() {
SubWindow = window.open('gallery/nationals-russ.jpg','popwin','width=1008,height=640,resizable=yes');

}
function PopUp11() {
SubWindow = window.open('gallery/nationals-matt.jpg','popwin','width=1008,height=640,resizable=yes');

}
function PopUp12() {
SubWindow = window.open('gallery/nationals-tony.jpg','popwin','width=1008,height=640,resizable=yes');

}
function PopUp13() {
SubWindow = window.open('gallery/nationals-ebm.jpg','popwin','width=1008,height=640,resizable=yes');

}

function PopUp14() {
SubWindow = window.open('gallery/nationals-liz.jpg','popwin','width=1008,height=640,resizable=yes');

}
function PopUp15() {
SubWindow = window.open('gallery/video/pop-nat-2002-big.html','popwin','width=900,height=640,resizable=yes');
}

function PopUp16() {
SubWindow = window.open('gallery/video/pop-nat-2002-small.html','popwin','width=900,height=640,resizable=yes');
}

function quote() {
SubWindow = window.open('quote.html','popwin','width=400,height=400,resizable=yes');
}

var submitcount=0; 
function checkSubmit(s) {
	if (submitcount == 0) { 
	  submitcount++; 
	  s.value = "adding"; 
	  return true; 
	} else { 
	  alert("This form has already been submitted. Thanks!");
	  return false; 
	} 
} 

//-->
