function pop_page(page_pop) {

theUrl= page_pop;
window.open(theUrl,'Info','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=420,height=500,top=100,left=100');

}
