function popUpLarge(the_url) {
var the_whole_url = '../popups/' + the_url + '.html' ;
window.open(the_whole_url,'popuplarge','toolbar=no,status=no,scrolling=no,scrollbars=no,location=no,menubar=no,directories=no,width=580,height=365,left=20,top=20,screenX=20,screenY=20') ;
} // PopUpLarge

function popUpSmall(the_url) {
var the_whole_url = '../popups/' + the_url + '.html' ;
window.open(the_whole_url,'popuplarge','toolbar=no,status=no,scrolling=yes,scrollbars=yes,location=no,menubar=no,directories=no,width=350,height=220,left=30,top=30,screenX=30,screenY=30') ;
} // PopUpSmall