// Generic pop-up window function
function openBrWindow(theurl, winname, features){

		window.open(theurl, winname, features);
	}

