tags (keywords, etc) you want to add
$js_includes any page-specific .js files that should be included
$css_includes any page-specific .css files that should be included
$leftPic left pic file name
$bannerPic the banner at the top of the white content box
$middleContent center content
$rightButtons buttons to the right of the main content
*/
$title = "HTML PDF Converter: Corda's Highwire Is a Powerful HTML-PDF Converter";
$metatags = "";
$js_includes = ""; //"\n";
$css_includes = "";
$leftPic = "images/highwire_1.jpg";
$bannerPic = "images/banr_developertools_products.jpg";
$middleContent = "index_inc.html";
$rightButtons = "rightbuttons_dev.html";
$track = "developer";
include_once("../../template.inc");
?>