function jsconfirm(strText, strURL)
{
if(confirm(strText))
     {
     window.location = strURL
     }
 }
 function showdiv(strdiv) {
     document.getElementById(strdiv).style.visibility = '';
}
