function openVideo(url){

	window.open(url, "video", "width=445, height=410");

}

function openRequestForm(){
	
	window.open("request-info.php", "form", "width=820, height=600, scrollbars=1");
	
}

function openRequestForm2(){
	
	window.open("../request-info.php", "form", "width=820, height=600, scrollbars=1");
	
}

function openNewsArticle(url){
	
	window.open(url, "form", "width=820, height=600, scrollbars=1");
	
}