var docroot = new String(top.location.href);
docroot = docroot.substr(7);
docroot = docroot.substr(0,docroot.indexOf("/"));
//docroot = 'http://' + docroot + '/fgi/'; // Opus
docroot = 'http://' + docroot + '/'; // Manlab

function privacy_details() {
  var win = window.open(docroot+'privacy_policy.html','privacy','menubar=0,scrollbars=1,status=0,resizeable=1,width=600,height=400');
  win.window.focus();
}

function open_window(filename,windowname) {
  var win = window.open(docroot+filename,windowname,'menubar=0,scrollbars=1,status=0,resizeable=1,width=600,height=400');
  win.window.focus();
}

function terms_conditions() {
  var win = window.open(docroot+'terms_conditions.html','terms','menubar=0,scrollbars=1,status=0,resizeable=1,width=600,height=400');
  win.window.focus();
}
