var openPrintversion = function (url)
{
    var url = window.location.href + '?print=1';
    
    var newWindow = window.open(url, "Printversion", "innerWidth=950,height=800,menubar=no,left=100,top=100,status=no,scrollbars=yes");
    newWindow.focus();
}
