function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function set_cookie(name) {
 var todayDate=new Date();
 todayDate.setDate(todayDate.getDate()+365);
 document.cookie=name+"; expires = "+todayDate.toGMTString()+";";
 document.location="index.php";
}

function showIm(galname) {
 var opt="scrollbars=0,copyhistory=0,directories=0,height=580,location=0,menubar=0,status=0,toolbar=0,width=700";
 var sh_win=window.open(galname,"Gallery",opt);
 sh_win.focus();
}

function ShowImage(picname,picwidth,picheight) {
 var opt="scrollbars=0,copyhistory=0,directories=0,width="+picwidth+",height="+picheight+",location=0,menubar=0,status=0,toolbar=0";
 var galname="history/picwin.php?pn="+picname+"&pw="+picwidth+"&ph="+picheight;
 var sh_win=window.open(galname,"Gallery",opt);
 sh_win.focus();
}

function SetSmile(ind){
 var  sm=new Array (":)",";)","=)",":(",":|",":}","%)",":[");
  document.mes_add.ftext.value=document.mes_add.ftext.value+" "+sm[ind-1];
}

function MailTo(adr01,adr02){
 document.location="mailto:"+adr01+"@"+adr02;
}
 
