<?xml version="1.0" encoding="UTF-8"?>
<!-- JNLP File for PhET Sound Application --><jnlp spec="1.0+" codebase="http://phet-web.colorado.edu/simulations" href="soluble-salts/soluble-salts.jnlp"> 
  <information> 
    <title>Salts &amp; Solubility</title> 
    <vendor>University of Colorado, Department of Physics</vendor> 
    <homepage href="http://phet-web.colorado.edu" /> 
    <description>Salts &amp; Solubility</description> 
    <description kind="short">An interactive simulation of salts and their solubilities.</description> 
    <icon href="icons/PhET.gif" /> 
    <icon kind="splash" href="icons/PhET.gif" /> 
    <offline-allowed /> 
  </information> 
  <resources> 
    <j2se version="1.4+" /> 
    <jar href="soluble-salts/solublesalts.jar" />
  </resources> 
  <application-desc main-class="edu.colorado.phet.solublesalts.SolubleSaltsApplication" /> 
</jnlp>

