function LoadPage(url) {  
  body_frame.location = url;
  return false;
}

function ShowWarning() {
  alert("Not implemented yet!");
  return false;
}

function ScreenShots(pt, ss) {
	window.open("http://www.quest2go.com/ss.php?pt=" + pt + "&ss=" + ss, "", "");
}
