/* 
Name: default.js
Author: Gustavo Garnica - gustavo@garnica.org.mx
Version: 1.0
*/

function bustFrames() {
	if (self.parent.frames.length != 0) {
		self.parent.location.replace(document.location.href);
	}
}

function openExternal(url) {
	window.open(url, "externalContent", "dependent=1,height=550,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0,titlebar=0,width=780");
}

function clearSelectLocation() {
	window.document.forms[0].selectedLocation.selectedIndex = 0;
}

function clearSearchTerm() {
	window.document.forms[0].searchTerm.value = "";
}
