// JavaScript Document
function openReport(mypage,mytitle) {   
window.open(mypage, mytitle,'width=600,height=600,toolbar=1,directories=1,menubar=1,status=1,location=1,scrollbars=1,resizable=1')
}
function openSite(mypage,mytitle) {   
window.open(mypage, mytitle,'width=800,height=450,toolbar=1,directories=1,menubar=1,status=1,location=1,scrollbars=1,resizable=1')
}
