

function anim1()
      { 
OpenWindow=window.open("", "newwin", "height=400, width=400,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Sodium Chloride solid</TITLE>")
OpenWindow.document.write("<BODY marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>")
OpenWindow.document.write("<embed src='http://ibchem.com/IB/ibfiles/bonding/bon_img/nacl_s.xyz' display3d=spacefill animfps=4 startanim=true width=400 height=400 animmode=loop script='select hydrogen;spacefill 0.4; select sulphur;spacefill 0.6;rotate x 115;rotate y 30'>")
OpenWindow.document.write("</embed>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")

OpenWindow.document.close()
self.name="main"
     }
	 

function anim2()
      { 
OpenWindow=window.open("", "newwin", "height=400, width=400,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Sodium Chloride liquid</TITLE>")
OpenWindow.document.write("<BODY marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>")
OpenWindow.document.write("<embed src='http://ibchem.com/IB/ibfiles/bonding/bon_img/nacl_lq.xyz' display3d=spacefill animfps=4 startanim=true width=400 height=400 animmode=loop script='select hydrogen;spacefill 0.4; select sulphur;spacefill 0.6;rotate x 115;rotate y 30'>")
OpenWindow.document.write("</embed>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")

OpenWindow.document.close()
self.name="main"
     }
	 
	 
	 
function anim3()
      { 
OpenWindow=window.open("", "newwin", "height=400, width=400,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Sodium Chloride gas</TITLE>")
OpenWindow.document.write("<BODY marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>")
OpenWindow.document.write("<embed src='http://ibchem.com/IB/ibfiles/bonding/bon_img/nacl_g.xyz' display3d=spacefill animfps=4 startanim=true width=400 height=400 animmode=loop script='select hydrogen;spacefill 0.4; select sulphur;spacefill 0.6;rotate x 115;rotate y 30;zoom 600'>")
OpenWindow.document.write("</embed>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")

OpenWindow.document.close()
self.name="main"
     }