function loadFrames(frame1,page1) {
eval("parent."+frame1+".location='"+page1+"'");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}