﻿// Local Folder location
var host = location.host;
//document.write(host)
{
if (host == "216.153.182.153")
{
remoteHost = "http://216.153.182.153/vcv001wd/docs/";
remoteAltHost = "http://216.153.182.153/vcv001wd/";  
}
else if (host == "www.vcvrh.com")
 {
remoteHost = "http://www.vcvrh.com/docs/";
remoteAltHost = "http://www.vcvrh.com/";
}
else if (host == "vcvrh.com")
 {
remoteHost = "http://www.vcvrh.com/docs/";
remoteAltHost = "http://www.vcvrh.com/";
}
}
var base = remoteHost;
var baseAlt = remoteAltHost;



<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(base + theURL,winName,features);

}

<!--
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='"+ baseAlt+args[i+1]+"'");
  //eval(base + "'default.aspx'");
}
//-->