var company_name = "TechSmith";
var catalog_dir = "/catalog/techsmith/";
var download_link = "Downloads";
var products_link = "Products";
var secure_order_link = "";
function PopUp(theURL,theScrollBars,theHeight,theWidth) {
theWidth = 800;
window.open(theURL, '', 'height='+theHeight+', width='+theWidth+', top=100, left=0,scrollbars='+theScrollBars);
}