function init(){
    var minHeight = 450;
    if (document.getElementById('content') && document.getElementById('content').offsetHeight < minHeight){document.getElementById('content').style.height= minHeight+"px"}

}

window.onload=init;


PositionX = 100;
PositionY = 100;



// Do not edit below this line...
// ================================
if (parseInt(navigator.appVersion.charAt(0))>=4){
    var isNN=(navigator.appName=="Netscape")?1:0;
    var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;
}
var opt='scrollbars=no,resizable=no,width=600,height=400,left='+PositionX+',top='+PositionY;

function popImage(imageURL,imageTitle){



    imgWin=window.open('','',opt);
    with (imgWin.document){
        writeln('<html><head><title>Liberty Tobacco</title><style>body{margin:0px;}</style>');
        writeln('<sc'+'ript>');
        writeln('function reSizeToImage(){');
        writeln('   var w=document.getElementById("main").width;');
        writeln('   var h=document.getElementById("main").height;');
        writeln('   if(navigator.appName.indexOf("Microsoft")!=-1){h += 72;w += 10;window.resizeTo(w,h);}');
        writeln('   else{window.innerWidth=w;window.innerHeight=h;}');
        writeln('}');
        writeln('</sc'+'ript>');
        writeln('</head><body bgcolor=000000 scroll="no" onload="self.focus()" onblur="self.close()">');
        writeln('<img onload="reSizeToImage();" id="main" src='+imageURL+'></body></html>');
        close();
        }
}




function print_mail_to_link()
{
    var rhs = "libertytobacco.com";
    var result = "info";
   document.write("<a href=\"mailto");
   document.write(":" + result + "@");
   document.write(rhs + "\">" + result + "@" + rhs + "<\/a>");
}
