function throwAVideoUp(){
	window.alert("This opens a video window streaming the format and size selected");
}

function throwItUp(){
	window.alert("This can be linked to a web site of your choice");
}

function openWindow(url){
	window.open(url,'winMAIN','status,width=600,height=480,scrollbars=yes,screenX=10,screenY=10,left=10,top=10');
}

function openWindowDisclaimer(url){
 	window.open(url,'winMAIN','status,width=500,height=470,scrollbars=yes,screenX=10,screenY=10,left=10,top=10');
}

