function $(id){
	return document.getElementById(id);
}

var preObjects = null;
var Navigator = function(id,url){
	this.id = id;
	Navigator.FILEURL = url;
};
