<!-- Begin
	function sortPage(url) {
		window.location.href=url;
	}
	
	function OpenWindow(file,name,width,height) {
		attr = "width=" + width + ",height=" + height + ",resizeable=1";
		window.open(file, name, attr);
	}
	
	function OpenRatings(file,name,width,height) {
		attr = "width=" + width + ",height=" + height + ",resizeable=1, scrollbars=1";
		window.open(file, name, attr);
	}
	

	function change(){
		document.getElementById("processingwindow").className='hide';
		document.getElementById("completedContent").className='show';
		// document.getElementById("imageheight").style.height = "1px";
	}
	
	function change_back(){
		document.getElementById("completedContent").className='show';
		document.getElementById("processingwindow").className='hide';
	}
    
    function openMap(URL) {
        day = new Date();
        id = day.getTime();
        eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=469,left = 390,top = 277.5');");
    }
	
// End -->