// JavaScript Documen
function fileUpload(type,field) {
	window.open('http://www.youthrunner.com/includes/thinUpload/app.php?type='+type+'&field=' + field,'uploadWindow','channelmode=0,directories=0,fullscreen=0,height=300,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,width=500');
}
function openVideo(filenames) {
	window.open('http://www.youthrunner.com/video/'+filenames,'videoWindow','channelmode=0,directories=0,fullscreen=0,height=330,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,width=410');
}

function go2url(url) {
	document.location = url; 
}
