// JavaScript Document

function showPopup(url) {
newwindow=window.open(url,'name','height=660,width=550,top=100,left=100,resizable=yes,scrollbars=yes');
if (window.focus) {newwindow.focus()}
}
function showPopup2(url) {
newwindow=window.open(url,'name','height=680,width=820,top=100,left=100,resizable=yes,scrollbars=yes');
if (window.focus) {newwindow.focus()}
}
