// <!--
// This file contains common the javascript necessary for all pages of the site.

// Begin Frame Busting

if (window != top) top.location.href = location.href;
// End Frame Busting



// Begin pop-up window
function popup() {
	win = window.open ("popup.html", "popup", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=400");
}

// End pop-up window



