<!--

function displayNew (url) {
	
	if (url.indexOf("demo_map.htm") != -1)
		window.open(url,"display","width=700,height=600,scrollbars=1,resizable=1");
	else
		window.open(url,"display","width=800,height=600,scrollbars=1,resizable=1");
}


function popNew () {

	window.open("pop.htm","popNew","width=300,height=300,scrollbars=0,resizable=0");
}




//-->
