// JavaScript Document
function printversion (cid,query,path) {
 openCenteredWindow(path+'/index.php?page=services/print_view&cid='+cid+'&query='+query, 'print_view', 700, 400, false, true, 'resizable', ''); 
 return false;
} 
