function subj1(img,bgd,bgl,subjstyle,subj,link) {
var st='<table width=100% height=20 border=0 cellspacing=0 cellpadding=0>';
     st+='<tr><td height=1 colspan=5 class='+bgd+'><img src="i/_.gif" width=1 height=1></td></tr>';
     st+='<tr>';
     	st+='<td width=1 class='+bgd+'><img src="i/_.gif" width=1 height=1></td>';
     	st+='<td width=4 height=20 background="i/'+bgl+'"><img src="i/_.gif" width=4 height=20></td>';		
     	st+='<td width=100% background="i/'+bgl+'" valign=top>';
			if (link!='') {st+='<a href="'+link+'" class='+subjstyle+'>'+subj+'</a>';} else {st+='<span class='+subjstyle+'>'+subj+'</span>'}
     	st+='</td><td width=10 background="i/'+bgl+' "valign=top><img src="i/'+img+'" width=10 height=10></td>';
     	st+='<td width=1 class='+bgd+'><img src="i/_.gif" width=1 height=1></td>';		
     st+='</tr>';
     st+='<tr><td height=1 colspan=5 class='+bgd+'><img src="i/_.gif" width=1 height=1></td></tr>';
	 st+='</table>';
return st;
}
var   eng=new Array(97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,87,82,84,83,67,74,90,91,93,59,39,44,46,96);
var   geo_standart=new Array(192,193,221,195,196,215,194,228,201,227,202,203,204,205,207,208,216,210,211,212,214,197,223,225,218,198,224,217,200,219,220,209,222,91,93,59,39,44,46,96);
var   geo_unicode=new Array(4304,4305,4330,4307,4308,4324,4306,4336,4312,4335,4313,4314,4315,4316,4317,4318,4325,4320,4321,4322,4323,4309,4332,4334,4327,4310,4333,4326,4311,4328,4329,4319,4331,91,93,59,39,44,46,96);
   
   function aris(chcode,mas) {
      for (j=0; j<mas.length; j++) {if (mas[j]==chcode) {return (j);}}
      return (-1);
   }
   function gadaikvane (saidan,order) {
      var st1='';
       for (i=0; i<saidan.length; i++) {
            ch=saidan.charAt(i);
            chc=ch.charCodeAt(0);
            if (order=='' || order==4) {chi=aris(chc,geo_standart);} 
	    if (order==1) {chi=aris(chc,eng);}
	    if (order==2) {chi=aris(chc,geo_unicode);}
	    if (order==3) {chi=aris(chc,geo_unicode);}	    


            if (chi!=-1) {
                    if (order=='') {st1+=String.fromCharCode(eng[chi]);}
		    if (order==1 || order==4) {st1+=String.fromCharCode(geo_unicode[chi]);}
		    if (order==2) {st1+=String.fromCharCode(eng[chi]);}
		    if (order==3) {st1+=String.fromCharCode(geo_standart[chi]);}		    
		    
             } else {st1+=ch;}
       }
       return (st1);
   }

   
   function newwindow (url) {
     w=window.open(url, "sendtofriend","width=480,height=230,toolbar=0,titlebar=0,status=0,scrollbars=yes,resizable=0,menubar=0,location=0,top=200,left=100");
     w.focus();     
   }


   function subscribewin(email) {
     w=window.open("http://www.ge/cgi-bin/newsletter/subscribe.cgi?listname=inews&name="+email+"&email="+email,"subscribe","toolbar=0,titlebar=0,status=0,scrollbars=1,resizable=0,menubar=0,location=0,top=200,left=100,width=440,height=200");
     w.focus();     
   }
       
   function sbm(email) {
       var ff="http://www.ge/cgi-bin/newsletter/subscribe.cgi?listname=inews&name=none&email="+email;
       var w=window.open(ff, "inewsletter","width=300,height=100,toolbar=0,titlebar=0,status=0,scrollbars,resizable,menubar=0,location=0,resizable=0,top=200,left=100");
       w.focus();
   }

