// >>>>>>>>>>>>>>>> 28082002 <<<<<<<<<<<<<<<


//Code by Angel Justo: www.angeljusto.com

// things to be loaded

var fulltitle;
var menu;
function init_anxo ()
{
		startList();
		
		fulltitle = document.title;
		
		window.name='main'; 
		
		window.defaultStatus = "TOXO.AERO";
		
		
		if(fulltitle.indexOf(' prices ')!= -1) {
			checkForm(0);
		}
		
		window.onError = myError();
	
}

function myError() {
	return true;
}