function SmallWindow(wintype) {
SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,left=200,top=70,status=no,scrollbars=no,menubar=no,width=746,height=576"); SmallWin.window.focus()
}
function LargeWindow(wintype) {
LargeWindow=window.open(wintype,"LargeWindow","toolbar=no,directories=no,left=200,top=70,status=no,scrollbars=no,menubar=no,width=1003,height=360"); LargeWindow.window.focus()
}
function SmallWindow2(wintype) {
SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,left=300,top=70,status=no,scrollbars=no,menubar=no,width=304,height=303"); SmallWin.window.focus()
}


function BigWindow(wintype) {
SmallWin=window.open(wintype,"BigWin","toolbar=no,directories=no,left=300,top=150,status=no,scrollbars=no,menubar=no,width=200,height=506"); SmallWin.window.focus()
}


function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function OpenCertDetails()
	{
	thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=MYESOL1', 'anew', config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
	}
	
function opfta() {
var gt = unescape('%3e');
var popup = null;
var over = "Launch Pop-up Navigator";
  popup = window.open('', 'corelpopup', 'width=550,height=455,location=0, left=5,top=10,resizable=0,scrollbars=1');
  if (popup != null) {
    if (popup.opener == null) {
      popup.opener = self;    
}
    popup.location.href = 'free_trial_agreement.cfm';
  }
}

function opsa() {
var gt = unescape('%3e');
var popup = null;
var over = "Launch Pop-up Navigator";
  popup = window.open('', 'corelpopup', 'width=550,height=455,location=0, left=5,top=10,resizable=0,scrollbars=1');
  if (popup != null) {
    if (popup.opener == null) {
      popup.opener = self;    
}
    popup.location.href = 'service_agreement.cfm';
  }
}
