function PopupPic(sPicURL) { 
     window.open("../popup/popup.htm?"+sPicURL, "popup", "resizable=1,HEIGHT=200,WIDTH=200,LEFT=10,TOP=10"); 
} 
function openRouteNL(){
	 window.open("route.html", "popup", "resizable=1,HEIGHT=500,WIDTH=560,LEFT=10,TOP=10"); 
}
if(top==self)
{self.location.href = "../index.html";}