if (top != self) top.location = location;

function openWindow(theURL, width, height) { //v1.2
	  window.open(theURL,'position','width=' + width + ',height=' + height + ',scrollbars');
}
function openWindowSimple(theURL) { //v1.2
	  window.open(theURL,'position','width=360,height=400,scrollbars');
}
function printStatus() {
	window.status = "FloCat: Flow Meters, Flow Measurement and Flow Instrumentation";
}
function quickSearch() {
	if ((document.srchform.srchText.value.length < 2) && !(navigator.appName.indexOf("Opera") > -1)) {
		alert("Please enter your search terms.\n\n"+ 
			"Search on catalog numbers, product\nnames and features.");
		return false;
	} 
	else return true;
}