function openWindowPRINT() {
window.open("","PRINT",'toolbar=0,location=0,scrollbars=1,width=500,height=520,resizable=0,left=200');
} 

function openWindowEMAIL() {
window.open("","EMAIL",'toolbar=0,location=0,scrollbars=0,width=200,height=200,resizable=0,left=200');
} 

function openWindowSAVE() {
window.open("","SAVE",'toolbar=0,location=0,scrollbars=1,width=500,height=520,resizable=0,left=200');
} 
