// JavaScript Document


function openPopup(url_add)
{

window.open(url_add,'width=300,height=200,scrollbars=yes');
}





