// JavaScript Document

//document.oncontextmenu = function(){return false}

if (window != top) top.location.href = "";

function getDocHeight(doc) {
}

function setIframeHeight(iframeName) {
  column_match();
}

function loadIframe(iframeName, url) {
  if ( window.frames[iframeName] ) {
    window.frames[iframeName].location = url;   
    return false;
  }
  else return true;
}



function column_match() {}
function column_match2() {}


//window.onload = function() { column_match() }

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

