function throwAVideoUp(){
	window.alert("This opens a video window streaming the format and size selected");
}

function throwItUp(){
	window.alert("This opens a new window with the additional information");
}

function openWindow(url){
	window.open(url,'winMAIN','status,scrollbars=no,screenX=20,screenY=20,left=20,top=20');
}

function openWindowTeeth(url){
	window.open(url,'winTeeth','status,width=510,height=470,scrollbars=no,screenX=10,screenY=10,left=10,top=10');
}

function openWindowStates(url){
	window.open(url,'winStates','status,width=540,height=640,scrollbars=yes,screenX=10,screenY=10,left=10,top=10,resizable=yes');
}

function openWindowContacts(url){
	window.open(url,'winContacts','status,width=424,height=270,scrollbars=no,screenX=10,screenY=10,left=10,top=10');
}

function openWindowPr(url){
	window.open(url,'winPr','status,width=550,height=500,scrollbars=yes,screenX=10,screenY=10,left=10,top=10');
}

function openWindowSecPr(url){
	window.open(url,'winSecPr','status,width=550,height=500,scrollbars=yes,screenX=10,screenY=10,left=10,top=10');
}

function openWindowSponsors(url){
	window.open(url,'winSponsors','status,width=550,height=500,scrollbars=yes,screenX=10,screenY=10,left=10,top=10');
}

function openWindowBoiler(url){
	window.open(url,'winBoiler','status,width=550,height=500,scrollbars=yes,screenX=10,screenY=10,left=10,top=10');
}