function openFullWindow(theURL) { 
	window.open(theURL);
	return false;
}