// JavaScript Document

<!--
function openWindow()
{
	//window.open("","Friends of First Class Chauffeured Cars");
	
	window.open ("links.php","Friends","menubar=1,resizable=1,menubar=1,location=1,toolbar=1,width=500,height=600"); 
	return false; //return false so it does not open in currentwindow
	
}

-->