

function disp_pic(sPicURL) 
   {
     open( "popup.asp?"+sPicURL, "", "resizable=1,HEIGHT=600,WIDTH=800,top=20,left=100");
   } 




function prnDate() 
{
monthNames = new Array("Января", "Февраля", "Марта", "Апреля", "Мая", "Июня", "Июля", "Августа", "Сентября", "Октября", "Ноября", "Декабря");
myDate  = new Date();
var year = myDate.getYear();
if (year <1000) 
   year +=1900;
   document.write("Данные от "+ myDate.getDate() +  "  " + monthNames[myDate.getMonth()]  + ", " + year + " г.");
}


function mlto(login, sid)
{
if (sid == 'c') sid = "ccve.ru";
if (sid == 'm') sid = "mail.ru";
if (sid == 'l') sid = "list.ru";
if (sid == 'e') sid = "exnii.ru";
if (sid == 'ex') sid = "ex-standard.org";
eml = login + "@" + sid;
return "<a href='mailto:"+eml+"'>"+eml+"</a>";
}

function prnContact(iContact)
{
if (iContact==1) document.write(mlto("ccve","c"));
if (iContact==2) document.write(mlto("addr2","c"));
if (iContact==3) document.write(mlto("addr3","c"));
}

