<!--

leftPos2 = screen.availWidth-310
	
function newWindow(detail) { 
  detailWindow = window.open(detail,'TourGuideInfo',"toolbar=no,menubar=yes,resizable=yes,scrollbars=yes,width=300,height=400,left="+leftPos2+",top=0");
 setTimeout("detailWindow.focus()",20)
}
//-->
