function go(loc){ 
self.location="http://www."+loc 
}
function GuestJump(action) {
document.forms.guestnav.ACTION.value = action;
document.forms.guestnav.submit();
}
function ViewCourse(cid, gid) {
document.forms.paramnav.action = "coursedetails.html";
document.forms.paramnav.ACTION.value = "viewcourse";
document.forms.paramnav.param0.value = cid;
document.forms.paramnav.param1.value = gid;
document.forms.paramnav.submit();
}
function Buy(iid, itype) {
document.forms.paramnav.action = "https://www.californialicense.com/order.html";
document.forms.paramnav.ACTION.value = "buyitem1";
document.forms.paramnav.param0.value = iid;
document.forms.paramnav.param1.value = itype;
document.forms.paramnav.submit();
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=480,left = 312,top = 184');");
}
function Add_A_Favorite() 
{ 
if (window.external) 
// if the browser is IE open the add favorite window 
{
external.AddFavorite(location.href, document.title) 
// Add the document location and title to the AddFavorite window 
}
else 
// Display and alert box for any other browser. 
{
alert("Sorry, your browser doesn't support this feature." + 
"\nPlease use the bookmark feature of your browser to save the location of this page."); 
}
}
<!-- Overture Services, Inc
var pm_tagname = "universalTag.txt";
var pm_tagversion = "1.4";
var pm_accountid = "RN1LTBOLM3N0SM2B78CVG78KJ4";
var pm_scripthost = "srv.perf.overture.com";
var pm_customargs = "";
var pm_querystr = "?" + "ver=" + pm_tagversion + "&aid=" + pm_accountid + pm_customargs;
var pm_tag = "<SCR" + "IPT LANGUAGE='JavaScript' " + "SRC=//" + pm_scripthost + "/collweb/ScriptServlet" + pm_querystr + "></SCR" + "IPT>";
document.write(pm_tag);
// -->
function buy(iid) {
	document.forms.paramnav.action = "https://www.californialicense.com/order.html";
	document.forms.paramnav.ACTION.value = "buyitem1";
	document.forms.paramnav.param0.value = (iid + 100);
	document.forms.paramnav.param1.value = 1;
	document.forms.paramnav.submit();
}
