<!--
function openWindow(name) 
{
var optsWid = "";
if (name == "hitwise" || name == "testi" || name == "photo"){
optsWid = "width=500,height=450";
}
else if (name == "ratecard" || name ==  "wiw"){
optsWid = "width=600,height=450";
}
else if (name == "photo-help" || name ==  "ch_help"){
optsWid = "width=470,height=300";
}
else {
optsWid = "width=460,height=450";
}
opts = "toolbar=no,location=no,directories=no,margin=0,status=yes,menubar=no,scrollbars=yes,resizable=no," + optsWid;
newWin=window.open("","cover",opts);
newWin.focus();
}
// -->
