<!--
function questions01(){
window.open("form01.php","","width=360,height=290,scrollbars=no");
}

function questionnaire01(){
window.open("thrust_quest.php","","width=540,height=500,scrollbars=yes");
}


var htmName = new Array();
htmName[0] = "mcleod.htm";
htmName[1] = "turgoose.htm";

function pop00(){
window.open(htmName[0],"","width=420,height=430,scrollbars=yes");
}

function pop01(){
window.open(htmName[1],"","width=420,height=550,scrollbars=yes");
}

//-->