<!-- SPECIAL QualityTrainingPortal.com JavaScript file for Miva Merchant Store -->

function doPopUpOutline(courseID){
var pos = "left=0,top=0";
var URL = "http://qualitytrainingportal.com/courses_avail/"+courseID+"_outln.htm"
window.open(URL,"PopUp","scrollbars=yes,width=450,height=500,"+pos);
}

function doPopUpObjectives(courseID){
var pos = "left=0,top=0";
var URL = "http://qualitytrainingportal.com/courses_avail/"+courseID+"_obj.htm"
window.open(URL,"PopUp","scrollbars=yes,width=450,height=500,"+pos);
}

function doDemo(courseID){
var winURL = "http://www.QualityTrainingPortal.com/webdemos_dist/"+courseID+"_distdemo/index.html";
bootstrap(winURL,'window','inplace',document);
}

function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

function doPopUpSpecials(){
var pos = "left=0,top=0";
var URL = "http://qualitytrainingportal.com/courses_avail/specials.htm"
window.open(URL,"PopUp","scrollbars=yes,width=450,height=400,"+pos);
}