// - - - - - - - - - - - -
// GENERAL FUNCTIONS
// - - - - - - - - - - - -

function nostatus () {
	window.status=" ";
	return true;
}

// - - - - - - - - - - - -
// INIT FUNCTIONS
// - - - - - - - - - - - -

function init () {

}

window.onload = init;