function gotosite(site) {
/* Use string "jag" as value for any OPTIONS that don't go anywhere.
If the selected OPTION should go somewhere, replace the current window contents
with the selected HTML page, otherwise, reset to the PULLDOWN prompt. */

if (site != "jag")
 {self.location = site}
else
 {document.legend_jag.url.selectedIndex = 0}

}

function open_NCTwindow(url) {
window.open(url,"specwin",'toolbar=NO,location=NO,directories=NO,status=NO,menubar=NO,scrollbars=YES,resizable=NO,width=600,height=420');
}
function open_guarantee_window(url) {
window.open(url,"specwin",'toolbar=NO,location=NO,directories=NO,status=NO,menubar=NO,scrollbars=NO,resizable=NO,width=450,height=390');
}

function ie55(){
if (navigator.appVersion.indexOf("Win") != -1 && navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("5.5") != -1 && navigator.appMinorVersion.indexOf("SP1") != -1){
alert("To download with Microsoft Internet Explorer version 5.5,\n right mouse-click on the download button and select\n \"Save Target As\" from the dropdown menu.");
return false;
} 
else{return true};
}

function dl_popup(url) {
window.open(url,"download",'toolbar=YES,location=NO,directories=NO,status=NO,menubar=YES,scrollbars=YES,resizable=YES,width=400,height=600');
}

var thisPage = 'Unknown+or+Interstial+Page';
var thisPrice = '';
var thisPD = false;
var navName = '';

thisPage = 'DR Welcome';


