function DoPdfPrint() {
    var strTMP = window.location.href;
    strTMP = strTMP.replace("?", "&");
    window.open("http://liveservice.visualweb.fi/site/pdfengine/dopdf.aspx?url=" + strTMP,"mywindow");
    //alert("http://liveservice.visualweb.fi/site/pdfengine/dopdf.aspx?url=" + strTMP);
}