/*********solvents database by Witek Mozga**********/

//++++++++ta czesc jest niezalezna od jezyka++++++++

infinity='<img src="inf.gif" width="18" height="14" alt="no limits" border="0" align=absmiddle>';
inc_press_pl="pod zwiększonym cisnieniem równym prężności pary w temperaturze 25 stopni Celsjusza";
inc_press_en="under increased pressure corresponding to the vapour pressure at 25 degree Celsius"

// obiekt solvent - gromadzi dane o cieczach
function solvent(comment,href,name_pl, comment_en,href_en,name_en, structure, mw, bp, mp, d, inWater, inSolv, e_const, dipole, viscosity, surface)
{
this.comment=comment; // to bedzie atrybut "title"
this.comment2="";   //to bedzie inny komentarz
this.href=href;
this.name_pl=name_pl;
this.comment_en=comment_en;
this.comment2_en="";
this.href_en=href_en;
this.name_en=name_en;
this.structure=structure
this.mw=mw;
this.bp=bp;
this.mp=mp;
this.d=d;
this.inWater=inWater;
this.inSolv=inSolv;
this.e_const=e_const;
this.dipole=dipole;
this.viscosity=viscosity;
this.surface=surface;

}

// obiekt 'baza' pokazujacy wzgledem czego mozna sortowac

function baza(nazwa, wzgledem_pl, wzgledem_en, isNum){
this.nazwa=nazwa
this.wzgledem_pl=wzgledem_pl // tekst wzgledem czego sortowano
this.wzgledem_en=wzgledem_en
this.isNum=isNum  // od isNum zalezy czy sortowanie wg liter czy liczb
this.color="#fffff0" // kolory tabelki
this.mwColor=this.color
this.dColor=this.color
this.dipoleColor=this.color
this.bpColor=this.color
this.mpColor=this.color
this.eColor=this.color
this.viscColor=this.color
this.surfColor=this.color
this.inWaterColor=this.color
this.inSolvColor=this.color
this.plColor=this.color
this.enColor=this.color
}

color2="#f0ffff"  // kolor wskazujacy wzgledem czego sortowano
// kolejne definicje baz - podstaw do sortowania 
name_en=new baza("name_en", "nazwy angielskiej", "name",false)
name_en.enColor=color2
name_pl=new baza("name_pl", "nazwy polskiej", "polish name", false)
name_pl.plColor=color2
mw=new baza("mw", "masy molowej", "molar mass", true)
mw.mwColor=color2
bp=new baza("bp", "temperatury wrzenia", "boiling point", true)
bp.bpColor=color2
mp=new baza("mp", "temperatury topnienia", "melting point",true)
mp.mpColor=color2
d=new baza("d", "gęstości", "density", true)
d.dColor=color2
inWater=new baza("inWater", "rozpuszczalności w wodzie", "solubility in water", true)
inWater.inWaterColor=color2
inSolv=new baza("inSolv", "zdolności rozpuszczania wody", "solubility of water", true)
inSolv.inSolvColor=color2
e_const=new baza("e_const", "stałej dielektrycznej", "dielectric constant",true)
e_const.eColor=color2
dipole=new baza("dipole", "momentu dipolowego","dipole moment", true)
dipole.dipoleColor=color2
viscosity=new baza("viscosity", "lepkości","viscosity", true)
viscosity.viscColor=color2
surface=new baza("surface", "napięcia powierzchniowego", "surface tension", true)
surface.surfColor=color2

// ***********poczatek danych o cieczach*************
dane=[ 

aceton=new solvent("",'<a href="rozpuszczalniki.html#aceton"><b>Aceton</b></a>',
"Aceton","","<b>Acetone</b>","Acetone","(CH<sub>3</sub>)<sub>2</sub>C=O", 
58.08, 56.3,-94.7 ,0.7850, infinity, infinity, 20.7, 2.7, 0.3040 ,22.68),

acetonitryl=new solvent("inaczej nitryl kwasu octowego lub cyjanek metylu", 
'<a href="rozpuszczalniki.html#acetonitryl"><b>Acetonitryl</b></a>',"Acetonitryl","",
"<b>Acetonitrile or<br>Methyl cyanide</b>","Acetonitrile, Methyl cyanide","CH<sub>3</sub>CN",
41.05, 81.6,-43.8, 0.7768, infinity, infinity, 37.5, 3.44,0.3409,28.45),

alk_benzyl=new solvent("","<b>Alkohol benzylowy</b>","Alkohol benzylowy","","<b>Benzyl alcohol</b>",
"Benzyl alcohol",'<img src="alkoholbezylowy.gif" width="45" height="42" alt="PhCH2OH" border="0">',
108.14, 205.2, -15.3, 1.042, 4, "?", 13.1, 1.7, "?","?"),

amoniak=new solvent(inc_press_pl,
"<b>Amoniak</b><br><i>skroplony</i>","Amoniak skroplony",inc_press_en,"<b>Ammonia</b><br><i>liquefied</i>","Ammonia <i>liquefied</i>",
"NH<sub>3</sub>",17.03,-33.4,-77.7,0.6028,51.7,"?",16.9,1.4,0.135,19.8),

anilina=new solvent("",'<a href="rozpuszczalniki.html#anilina"><b>Anilina</b></a>',
"Anilina","","<b>Aniline</b>","Aniline",
'<img src="anilina.gif" width="33" height="43" alt="PhNH2" border="0">',93.13,
184.4,-6,1.0175,3.6,"?",6.8,1.55,3.77,42.79),

azot=new solvent("inaczej ciekły azot","<b>Azot</b><br><i>skroplony (70K)</i>","Azot skroplony",
"also called liquid nitrogen","<b>Nitrogen</b><br><i>liquefied (70K)</i>","Nitrogen <i>liquefied</i>","N<sub>2</sub>",28.01,
-195.8,-210.0,0.8409,"-","?",1.45,0,0.2039,10.53),

azotowodor=new solvent("inaczej kwas azotowodorowy","<b>Azotowodór</b>","Azotowodór","",
"<b>Hydrogen azide,<br>Hydrazoic acid</b>","Hydrazoic acid, Hydrogen azide",
"HN<sub>3</sub>",43.03,37,-80,1.12,infinity,infinity,"?",3.0,"?","?"),

benzen=new solvent("",'<a href="rozpuszczalniki.html#benzen"><b>Benzen</b></a>',"Benzen","",
"<b>Benzene</b>","Benzene",'<img src="benzen.gif" width="27" height="28" alt="C6H6" border="0">',
78.11, 80.1, +5.5, 0.8737, 0.18,"?",2.3,0,0.6028,28.2),

bezwodnik_octowy=new solvent("",'<a href="rozpuszczalniki.html#bezwodnik_octowy"><b>Bezwodnik octowy</b></a>',"Bezwodnik octowy","","<b>Acetic anhydride</b>","Acetic anhydride",
"(CH<sub>3</sub>CO)<sub>2</sub>O",102.09,140,-73.1, 1.075,"&reg;","&reg;","?","?",0.9,"?"),

brom=new solvent ("","<b>Brom</b>","Brom","","<b>Bromine</b>","Bromine","Br<sub>2</sub>",159.82,59.5,-7.25,
3.1017,3.5,"?",3.2,0,0.95,40),

bromoform=new solvent("","<b>Bromoform</b>","Bromoform","","<b>Bromoform</b>","Bromoform","CHBr<sub>3</sub>",
252.25, 149.6,+8.05,2.8776,0.3,"?",4.3,1.3,1.89,31.7),

butanol=new solvent("inaczej alkohol butylowy","<b>Butanol</b>","Butanol n-","","<b>Butanol,<br>Butyl alcohol</b>",
"Butanol, Butyl alcohol, n-Butyl alcohol","CH<sub>3</sub>(CH<sub>2</sub>)<sub>3</sub>OH",74.12,
117.7,-88.6,0.8057,8.3,19.7,17.5,1.66,2.593,24.3),

t_butanol=new solvent("inaczej alkohol tert-butylowy","<i>tert</i>-<b>Butanol</b>","Butanol tert-",
"","<i>tert</i>-<b>Butanol</b>,<br><i>tert</i>-<b>Butyl alcohol</b>","Butanol, tert-Butyl alcohol, tert-Butanol",
"(CH<sub>3</sub>)<sub>3</sub>C-OH",74.12,82.4,+25.8,0.7812,infinity,infinity,12.4,1.7,3.35,19.2),

	
izobutanol=new solvent("inaczej alkohol izobutylowy","<i>izo</i>-<b>Butanol</b>","Butanol izo-","","<i>iso-</i><b>Butanol</b>,<br><i>iso</i>-<b>Butyl alcohol</b>","Butanol, iso-Butyl alcohol, Isobutanol",
"(CH<sub>3</sub>)<sub>2</sub>CHCH<sub>2</sub>OH",74.12,107.7,-108,0.798,10,16,
17.9,1.79,6.68,"?"),

chlorek_et=new solvent("inaczej 1,2-dichloroetan","<b>Chlorek etylenu</b>","Chlorek etylenu","",
"<b>Dichloroethane,<br>Ethylene chloride</b>","Ethylene chloride, Dichloroethane",
"ClCH<sub>2</sub>CH<sub>2</sub>Cl",98.96,83.5,-35.7,1.25,0.87,"?",10.66,1.75,0.83,"?"),

chlorek_met=new solvent("inaczej dichlorometan, DCM",'<a href="rozpuszczalniki.html#dcm"><b>Chlorek metylenu</b></a>',"Chlorek metylenu","","<b>Dichloromethane,<br>Methylene chloride</b>",
"Methylene chloride, Dichloromethane, DCM","CH<sub>2</sub>Cl<sub>2</sub>",
84.93,39.8,-95.1,1.3168,1.3,0.2,8.9,1.6,0.423,27.2),

oxalyl=new solvent("inaczej chlorek kwasu szczawiowego","<b>Chlorek oksalilu</b>","Chlorek oksalilu","",
"<b>Oxalyl chloride</b>","Oxalyl chloride","(COCl)<sub>2</sub>",126.93,63,-12,1.48,
"&reg;","&reg;","?","?","?","?"),

sulfuryl=new solvent("","<b>Chlorek sulfurylu</b>","Chlorek sulfurylu","",
"<b>Sulfuryl chloride</b>","Sulfuryl chloride","SO<sub>2</sub>Cl<sub>2</sub>",
134.97,69.1,-54.1,1.67,"&reg;","&reg;","?",1.8,0.92,"?"),

tionyl=new solvent("","<b>Chlorek tionylu</b>","Chlorek tionylu","","<b>Thionyl chloride</b>","Thionyl chloride","SOCl<sub>2</sub>",118.97,78.8,-105,1.64,"&reg;","&reg;","?",1.4,0.6,"?"),

tms=new solvent("inaczej chlotrimetylosilan, w skrócie TMS-Cl","<b>Chlorek<br>trimetylosililu</b>","Chlorek trimetylosililu","also called chlorotrimethylsilane, TMS-Cl","<b>Trimethylsilyl<br>chloride</b>","Trimethylsilyl chloride","(CH<sub>3</sub>)<sub>3</sub>SiCl",108.64,57,-58,0.856,"&reg;","&reg;","?","?",0.4,"?"),

chloroform=new solvent("",'<a href="rozpuszczalniki.html#chloroform"><b>Chloroform</b></a>',
"Chloroform","","<b>Chloroform</b>","Chloroform","CHCl<sub>3</sub>",119.38,61.2,-63.5,1.4799,0.8,0.07,4.8,
1.01,0.54,26.6),

hcn=new solvent("po skropleniu w temperaturze wrzenia","<b>Cyjanowodór</b>",
"Cyjanowodór skroplony","condensed in the temperature of its boiling point","<b>Hydrogen cyanide,<br>Hydrocyanic acid</b>","Hydrogen cyanide, Hydrocyanic acid",
"HCN",27.03,25.6,-13.4,0.735,infinity,infinity,116,2.88,"?","?"),

c_heksan=new solvent("","<b>Cykloheksan</b>","Cykloheksan","","<b>Cyclohexane</b>",
"Cyclohexane",'<img src="cycloheksan.gif" width="55" height="32" alt="C6H12" border="0">',
84.16,80.7,+6.5,0.7739, 0,0,2,0,0.898,24.4),

c_hex_on=new solvent("","<b>Cykloheksanon</b>","Cykloheksanon","","<b>Cyclohexanone</b>",
"Cyclohexanone",'<img src="cycloheksanon.gif" width="60" height="39" alt="C6H10O" border="0">',
98.15,155.7,-37.9,0.9421,2.4,"?",15,2.9,1.998,34.0),

ccl4=new solvent("",'<a href="rozpuszczalniki.html#ccl4"><b>Czterochlorek<br>węgla</b></a>',
"Czterochlorek węgla","","<b>Carbon<br>tetrachloride</b>","Carbon tetrachloride",
"CCl<sub>4</sub>",153.82,76.8,-22.9,1.5842,0.08,0.01,2.2,0,0.901,26.2),

dichlorobenzen=new solvent("1,2-dichlorobenzen","<b>Dichlorobenzen</b>","Dichlorobenzen","1,2-dichlorobenzene",
"<b>Dichlorobenzene</b>","Dichlorobenzene",
'<img src="dichlorobenzen.gif" width="46" height="43" alt="C6H4Cl2" border="0">',
147.00,180.5,-17,1.31, 0, 0,9.8,2.27,1.32,"?"),

diglym=new solvent("inaczej eter dimetylowy glikolu dietylenowego","<b>Diglym</b>","Diglym",
"diethylene glycol dimethyl ether","<b>Diglyme</b>","Diglym",
'<img src="diglym.gif" width="81" height="51" alt="C6H14O3" border="0">',134.18,
162,-64,0.937,infinity,infinity,7,"?",1.88,"?"),

dipea=new solvent("inaczej etylodiizopropyloamina, DIPEA","<b>Diizopropylo-<br>-etyloamina</b>","Diizopropyloetyloamina","also called ethyldiisopropylamine, DIPEA","<b>Diisopropyl-<br>-ethylamine</b>","Diisopropylethylamine",
'<img src="dipea.gif" width="89" height="63" alt="C8H19N" border="0">',
129.95,127,-50,0.742,"?","?","?","?","?","?"),

dioksan=new solvent("1,4-dioksan",'<a href="rozpuszczalniki.html#dioksan"><b>Dioksan</b></a>',
"Dioksan","","<b>Dioxane</b>","Dioxane, 1,4-Dioxane",
'<img src="dioksan.gif" width="63" height="27" alt="C4H8O2" border="0">',
88.11,101.3,+11.8,1.0269,infinity,infinity,2.2,0.4,1.255,33),

dmf=new solvent("N,N-dimetyloformamid",'<a href="rozpuszczalniki.html#dmf"><b>DMF</b></a>',
"DMF Dimetyloformamid ","N,N-dimethylformamide","<b>DMF</b>","DMF, Dimethylformamide",
"(CH<sub>3</sub>)<sub>2</sub>NCHO",73.10,153.0,-60.4,0.9445,
infinity,infinity,37,3.8,0.796,36.3),

dmso=new solvent("dimetylosulfotlenek, sulfotlenek dimetylowy",
'<a href="rozpuszczalniki.html#dmso"><b>DMSO</b></a>',"DMSO Dimetylosulfotlenek",
"","<b>DMSO</b>","DMSO, Dimethyl sulfoxide",
"(CH<sub>3</sub>)<sub>2</sub>S=O",78.13,189.0,+18.5,1.0958,
infinity,infinity,46.7,3.9,1.996,43),

cs2=new solvent("","<b>Dwusiarczek węgla</b>","Dwusiarczek węgla",
"","<b>Carbon disulfide</b>","Carbon disulfide","CS<sub>2</sub>",76.14,46.26,
-111.9,1.2566,0.29,"?",2.6,0,0.365,31.5),

so2=new solvent(inc_press_pl,"<b>Dwutlenek siarki</b><br><i>skroplony</i>","Dwutlenek siarki skroplony",
inc_press_en,"<b>Sulfur dioxide</b><br><i>liquefied</i>","Sulfur dioxide <i>liquefied</i>","SO<sub>2</sub>",
64.06,-10.02,-75.5,1.3719,10.5,"?",12,1.6,0.35,21.6),

etanol=new solvent("inaczej alkohol etylowy",'<a href="rozpuszczalniki.html#etanol"><b>Etanol</b></a>',
"Etanol","","<b>Ethanol,<br>Ethyl alcohol</b>","Ethanol, Ethyl alcohol",
"CH<sub>3</sub>CH<sub>2</sub>OH",46.07,78.3,-114.1,0.7851,
infinity,infinity,24.55,1.7,1.078,22),

eter=new solvent("inaczej eter dietylowy",'<a href="rozpuszczalniki.html#eter"><b>Eter etylowy</b></a>',
"Eter etylowy","","<b>Diethyl ether</b>","Diethyl ether",
"(CH<sub>3</sub>CH<sub>2</sub>)<sub>2</sub>O",74.12,34.6,-116.3,0.7078,7.5,1.3,4.34,1.25,0.224,16.5),

eter_izopr=new solvent("inaczej eter diizopropylowy","<b>Eter izopropylowy</b>","Eter izopropylowy","",
"<b>Diisopropyl ether</b>","Diisopropyl ether",
'<img src="diizopropylowy.gif" width="87" height="42" alt="C6H14O" border="0">',
102.18,68.3,-85.4,0.724,0.2,"?",3.8,1.3,0.3,"?"),

hf=new solvent("inaczej kwas fluorowodorowy","<b>Fluorowodór</b>","Fluorowodór","",
"<b>Hydrogen fluoride,<br>Hydrofluoric acid</b>","Hydrogen fluoride, Hydrofluoric acid",
"HF",20.01,19.5,-83.5,0.960,infinity,infinity,"?",1.91,"?","?"),

formamid=new solvent("","<b>Formamid</b>","Formamid","","<b>Formamide</b>","Formamide",
"HCONH<sub>2</sub>",45.04,210.5,+2.5,1.1292,
infinity,infinity,109.5,3.4,3.302,59.1),

gliceryna=new solvent("inaczej glicerol lub 1,2,3-propanotriol","<b>Gliceryna</b>","Gliceryna","",
"<b>Glycerol</b>","Glycerol",'<img src="gliceryna.gif" width="47" height="52" alt="C3H8O3" border="0">',
92.09,290.0,+18.18,1.2582,infinity,infinity,42.5,"?",945.0,62.5),

glikol=new solvent("inaczej 1,2-etanodiol","<b>Glikol etylenowy</b>","Glikol etylenowy","",
"<b>Ethylene glycol</b>","Ethylene glycol",
"HOCH<sub>2</sub>CH<sub>2</sub>OH",62.07,197.3,-12.3,1.1097,
infinity,infinity,37.7,2.2,16.13,47),

hel=new solvent("temperatura topnienia podana dla 2,6MPa","<b>Hel</b><br><i>skroplony (3K)</i>","Hel skroplony","melting point given under 2.6MPa",
"<b>Helium</b><br><i>liquefied (3K)</i>","Helium <i>liquefied</i>","He",4.0026,
-268.93,-272.2,0.1433,"-","?",1.06,0,0.0385,0.256),

heksan=new solvent("","<b>Heksan</b>","Heksan","","<b>Hexane</b>","Hexane",
"CH<sub>3</sub>(CH<sub>2</sub>)<sub>4</sub>CH<sub>3</sub>",86.18,68.7,-95.3,
0.6548,0,0,1.88,"?",0.2923,17.9),

hmpt=new solvent("heksametyloamid kwasu fosforowego","<b>HMPA</b>","HMPA",
"also called hexamethylphosphoric triamide","<b>Hexamethyl-<br>phosphoramide</b>",
"Hexamethylphosphoramide, HMPA",
'<img src="hmpa.gif" width="90" height="66" alt="C6H18N3OP" border="0">',179.20,
233,+7.2,1.030,infinity,infinity,43.3,5.37,3.34,"?"),

hydrazyna=new solvent("","<b>Hydrazyna</b>","Hydrazyna","","<b>Hydrazine</b>","Hydrazine",
"H<sub>2</sub>N-N<sub>2</sub>H",32.05,113.5,+1.6,1.0040,infinity,infinity,51.7,1.9,0.905,66.7),


izopropanol=new solvent("inaczej alkohol izopropylowy",
'<a href="rozpuszczalniki.html#izopropanol"><i>izo</i>-<b>Propanol,<br>2-Propanol</b></a>',
"Propanol izo 2-","","<i>iso</i>-<b>Propanol,<br>2-Propanol</b>","Propanol, iso-Propyl alcohol, Isopropanol",
"(CH<sub>3</sub>)<sub>2</sub>CHOH",60.10,82.3,-88,0.7810,infinity,infinity,19.9,1.66,2.073,18.3),

MeI=new solvent("","<b>Jodometan<br>Jodek metylu</b>","Jodometan, Jodek metylu","",
"<b>Iodomethane<br>Methyl iodide</b>","Iodomethane, Methyl iodide",
"CH<sub>3</sub>I",141.94,42.5,-66.5,2.28,1.4,"?","?",1.6,0.5,"?"),

mek=new solvent("inaczej MEK - metyloetyloketon lub 2-butanon",'<b><a href="rozpuszczalniki.html#mek">Keton metylo-<br>etylowy</a></b>',"Keton metylo-etylowy","also called 2-butanone or MEK",
"<b>Methyl ethyl ketone</b>","Methyl ethyl ketone",
"CH<sub>3</sub>CH<sub>2</sub>COCH<sub>3</sub>",72.11,79.6,-86.7,0.7966,29.4,12,18.5,2.7,0.4,"?"),

mik=new solvent("inaczej MIK - metyloizobutyloketon","<b>Keton metylo-<br>izobutylowy</b>",
"Keton metylo-izobutylowy","also called MIK","<b>Methyl isobutyl<br>ketone</b>","Methyl isobutyl ketone",
"(CH<sub>3</sub>)<sub>2</sub>CHCH<sub>2</sub>COCH<sub>3</sub>",100.16,116.5,-84.0,0.80,
1.9,1.8,13.1,"?",0.59,"?"),

hno3=new solvent("dane dla 100% kwasu","<b>Kwas azotowy</b><br><i>dymiący</i>","Kwas azotowy","values refers neat 100% acid","<b>Nitric acid</b><br><i>fuming</i>","Nitric acid <i>fuming</i>",
"HNO<sub>3</sub>",63.01,83.9,-41.6,1.5129,infinity,infinity,50,2.2,0.749,41.2),

hcooh=new solvent("","<b>Kwas mrówkowy</b>","Kwas mrówkowy","","<b>Formic acid</b>","Formic acid",
"HCOOH",46.03,100.7,+8.3,1.2131,infinity,infinity,58.5,1.4,1.8,"?"),

acoh=new solvent("",'<b><a href="rozpuszczalniki.html#acoh">Kwas octowy</a></b>',"Kwas octowy","",
"<b>Acetic acid</b>","Acetic acid","CH<sub>3</sub>COOH",60.05,117.9,+16.6,1.0497,infinity, infinity,6.19,1.5,1.124,26.9),

siarkowy=new solvent("dane dla 100% kwasu","<b>Kwas siarkowy</b>","Kwas siarkowy",
"values refers neat 100% acid","<b>Sulfuric acid</b>","Sulfuric acid",
"H<sub>2</sub>SO<sub>4</sub>",98.08,274,+10.35,1.8305,infinity, infinity,101,2.7,25.54,"?"),

meoh=new solvent("inaczej alkohol metylowy",'<b><a href="rozpuszczalniki.html#metanol">Metanol</a></b>',
"Metanol","also called methyl alcohol","<b>Methanol</b>","Methanol","CH<sub>3</sub>OH",32.04,64.7,-97.7,0.7866,
infinity,infinity,32.6,1.6,0.5445,22.1),

metyloformamid=new solvent("N-metyloformamid","<b>Metyloformamid</b>","Metyloformamid N-", "N-methylformamide","<b>Methylformamide</b>", "Methylformamide",
"HCONHCH<sub>3</sub>",59.07,182,-4,0.9988,infinity, infinity,182.4,3.8,1.65,38.07),

nmp=new solvent("N-metylopirolidon nazywany NMP",'<b><a href="rozpuszczalniki.html#dmf">Metylopirolidon</a></b>',"Metylopirolidon N-",
"N-methylpyrrolidinone","<b>Methypyrrolidinone</b>","Methypyrrolidinone, NMP",
'<img src="pirolidon.gif" width="60" height="53" alt="C5H9NO" border="0">',
99.13,202,-24,1.033,infinity,infinity,33,4.1,1.8,"?"),

nadtlenek=new solvent("","<b>Nadtlenek wodoru</b>","Nadtlenek wodoru","","<b>Hydrogen peroxide</b>","Hydrogen peroxide","H<sub>2</sub>O<sub>2</sub>",34.01,
150.2,-0.4,1.4425,infinity,infinity,89,2.01,1.14,79.7),

nitrobenzen=new solvent("","<b>Nitrobenzen</b>","Nitrobenzen","","<b>Nitrobenzene</b>","Nitrobenzene",
'<img src="nitrobenzen.gif" width="29" height="39" alt="PhNO2" border="0">',123.11,210.8,+5.8,1.1987,0.19,"?",34.8,4.3,1.823,42.8),

nitrometane=new solvent("","<b>Nitrometan</b>","Nitrometan","","<b>Nitromethane</b>","Nitromethane",
"CH<sub>3</sub>NO<sub>2</sub>",61.04,101.2,-28.5,1.1312,9.5,1.9,35.87,3.1,0.627,36.2),

acoet=new solvent("",'<b><a href="rozpuszczalniki.html#acoet">Octan etylu</a></b>',"Octan etylu","",
"<b>Ethyl acetate</b>","Ethyl acetate","CH<sub>3</sub>COOCH<sub>2</sub>CH<sub>3</sub>",
88.10,77.1,-83.9,0.8945,8.3,3.3,6.02,1.78,0.426,23.2),

pirydyna=new solvent("",'<b><a href="rozpuszczalniki.html#pirydyna">Pirydyna</a></b>',"Pirydyna","",
"<b>Pyridine</b>","Pyridine",'<img src="pirydyna.gif" width="34" height="42" alt="C5H5N" border="0">',79.10,115.3,-41.6,0.9779,infinity,infinity,12.4,2.2,0.8826,36.5),

rtec=new solvent("","<b>Rtęć</b>","Rtęć","","<b>Mercury</b>","Mercury","Hg",200.59,356.9,-38.83,13.534,
0,"?","-",0,1.52,473.5),

siarczan_met=new solvent("","<b>Siarczan dimetylu</b>","Siarczan dimetylu","",
"<b>Dimethyl sulfate</b>","Dimethyl sulfate",
"(CH<sub>3</sub>)<sub>2</sub>SO<sub>4</sub>",126.13,188,-31.8,1.3322,"&reg;","&reg;","?","?","?","?"),

sulfolan=new solvent("","<b>Sulfolan</b>","Sulfolan","","<b>Sulfolane</b>","Sulfolane",
'<img src="sulfolan.gif" width="46" height="47" alt="C4H8SO2" border="0">',120.17,287.3,+28.4,1.26,infinity,infinity,43.3,4.8,10.1,"?"),

thf=new solvent("w skrócie THF",'<b><a href="rozpuszczalniki.html#thf">Tetrahydrofuran</a></b>',
"Tetrahydrofuran","","<b>Tetrahydrofuran</b>","Tetrahydrofuran, THF",
'<img src="thf.gif" width="37" height="42" alt="C4H8O" border="0">',72.11,66.0,-108.5,0.8844,infinity,infinity,7.58,1.6,0.461,26.4),

pocl3=new solvent("inaczej chlorek fosforylu","<b>Tlenochlorek fosforu</b>","Tlenochlorek fosforu","",
"<b>Phosphoryl chloride</b>","Phosphoryl chloride, Phosphorous oxychloride",
"POCl<sub>3</sub>",153.33,108,+1.15,1.648,"&reg;","&reg;",13.9,2.4,1.15,31),

toluen=new solvent("",'<a href="rozpuszczalniki.html#toluen"><b>Toluen</b></a>',"Toluen","",
"<b>Toluene</b>","Toluene",'<img src="toluen.gif" width="32" height="43" alt="PhCH3" border="0">',92.14,110.6,-95.0,0.8623,0.052,"?",2.38,0.36,0.552,27.8),

pcl3=new solvent("","<b>Trójchlorek fosforu</b>","Trójchlorek fosforu","",
"<b>Phosphorous<br>trichloride</b>","Phosphorous trichloride","PCl<sub>3</sub>",
137.33,76,-94,1.55,"&reg;","&reg;","?",1.16,"?","?"),

TEA=new solvent("","<b>Trójetyloamina</b>","Trójetyloamina","",
"<b>Triethylamine</b>","Triethylamine","(CH<sub>3</sub>CH<sub>2</sub>)<sub>3</sub>N",
101.19,89.5,-114.7,0.7235,13.3,"?",2.44,0.82,0.341,20.1),

weglan=new solvent("","<b>Węglan propylenu</b>","Węglan propylenu","",
"<b>Propylene carbonate</b>","Propylene carbonate",'<img src="weglan.gif" width="83" height="39" alt="C4H6O3" border="0">',102.09,241.7,-50.0,1.20,24,"?",69.0,"?","?","?"),

woda=new solvent("","<b>Woda</b>","Woda","","<b>Water</b>","Water","H<sub>2</sub>O",18.02,100.0,0.0,0.997,"-",
"-",78.39,1.84,0.8905,71.98),

d2o=new solvent("","<b>Woda ciężka</b>","Woda ciężka","deuterium oxide","<b>Heavy Water</b>","Heavy Water","D<sub>2</sub>O",20.03,101.42,+3.81,1.11,infinity,infinity,78.08,"?",1.103,71.92),

tfa=new solvent("oznaczany TFA","<b>Kwas<br>trójfluorooctowy</b>","Kwas trójfluorooctowy","","<b>Trifluoroacetic acid</b>","Trifluoroacetic acid, TFA","CF<sub>3</sub>COOH",
114.02,72.4,-15.4,1.48,infinity,infinity,42.1,"?",0.91,"?")

] 

//++++++++++++++      uzupelnienia    ++++++++++=
aze="azeotrope with water boils at "

aceton.comment2_en="does not form azeotrope with water."
acetonitryl.comment2_en=aze+"76.7°C and contains 84.1% acetonitrile."
benzen.comment2_en=aze+"69.25°C and contains 91.17% benzene."
chlorek_met.comment2_en=aze+"38.1°C and contains 98.5% dichloromethane."
chloroform.comment2_en=aze+"56.1°C and contains 97.2% chloroform."
ccl4.comment2_en=aze+"66°C and contains 95.9% tetrachloride."
dioksan.comment2_en=aze+"87.8°C and contains 81.6% dioxane."
etanol.comment2_en=aze+"78.1°C and contains 95.6% alcohol."
izopropanol.comment2_en=aze+"80.3°C and contains 91% alcohol."
acoet.comment2_en=aze+"70.4°C and contains 94.6% ester."
pirydyna.comment2_en=aze+"92-94°C and contains 57% pyridine."
thf.comment2_en=aze+"63.2°C and contains 94.6% tetrahydrofuran."
toluen.comment2_en=aze+"84.1°C and contains 81.4% toluene."

azot.comment2="właściwości podano dla skroplonego w temperaturze wrzenia"
azot.comment2_en="properties of nitrogen condensed in the temperature of its boiling point"

hel.comment2="nie daje się zestalić pod ciśnieniem atmosferycznym<br>inaczej ciekły hel"
hel.comment2_en="cannot be solidified under atmosferic pressure<br>also called liquid helium"

dmf.comment2=meoh.comment2=hmpt.comment2="nie miesza się z heksanem i podobnymi mało polarnymi związkami"
dmf.comment2_en=meoh.comment2_en=hmpt.comment2_en="immiscible with hexane and similar non-polar compounds"
meoh.comment2_en+="<br>does not form azeotrope with water."

dmso.comment2=gliceryna.comment2=glikol.comment2="nie miesza się z heksanem, eterem i podobnymi mało polarnymi związkami"
dmso.comment2_en=gliceryna.comment2_en=glikol.comment2_en="immiscible with hexane, ether and similar non-polar compounds"

eter.comment2="nie miesza się z DMSO, gliceryną i podobnymi polarnymi związkami"
eter.comment2_en="immiscible with DMSO, glycerol and similar polar compounds<br>"+aze+"34.15°C and contains 1.26% water"

heksan.comment2=c_heksan.comment2="nie miesza się z DMSO, DMF, metanolem, gliceryną i podobnymi polarnymi związkami"
heksan.comment2_en=c_heksan.comment2_en="immiscible with DMSO, DMF, methanol, glycerol and similar polar compounds"

// ***********     koniec danych o cieczach       *************

// funkcje na podstawie ktorych odbywa sie sortowanie tabeli

function porownanie_liczb(a,b)
{ 

	eval("aa=a."+podstawa);
	eval("bb=b."+podstawa);
	if(isNaN(aa)) aa=1000;
	if(isNaN(bb)) bb=1000;
	eval("rezult="+wyraz);
	return rezult;
}

function porownanie_liter(a,b)
{ 
	eval("aa=a."+podstawa);
	eval("bb=b."+podstawa);
	aa=aa.toLowerCase();bb=bb.toLowerCase();
			if(aa>bb) return rezult;
			if(aa<bb) return (-rezult);
			if(aa==bb) return 0;
}
//++++++++++koniec czesci niezaleznej od jezyka++++++++++++
