function popPrintable (src) {
newWin=window.open(src,'Printable_Page','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=580,height=600');

newWin.focus();
return false;
}
