<HTML>

<HEAD>

<TITLE>Page Title</TITLE>

<SCRIPT LANGUAGE="JavaScript">

<!--HIDE

function caption(i) {

var captionString = new Array()

captionString[0] = 'COSY. Correlation Spectroscopy. This experiment shows proton-proton correlation (which protons are coupled to which). Coupled protons are typically on adjacent carbons.'

captionString[1] = 'CH0 matrix diagonal peak. The diagonal peaks show protons "connected" to the same proton on the other axis. These peaks are used as guides.'

captionString[2] = 'CH3 matrix diagonal peak. The diagonal peaks show protons "connected" to the same proton on the other axis. These peaks are used as guides.'

captionString[3] = 'Cross peak. The cross peaks show that the connections between diagonal peaks.'

captionString[4] = 'Cross peak. The cross peaks show that the connections between diagonal peaks.'



document.forms[0].elements[0].value=captionString[i]

document.images[1].src = "ea_h" + i + ".gif"

document.images[0].src = "ea_07_1" + i + ".gif"

}

//STOP HIDING-->

</SCRIPT>

</HEAD>

<BODY>

<TABLE>

<TR><TD ROWSPAN=2>

<MAP NAME="cosy">

<!--Picture ea_07_10.gif-->

<!--Comment cho-->

<AREA SHAPE="RECT" COORDS="59,207,97,238" HREF="javascript:caption(1)">

<!--Comment ch3-->

<AREA SHAPE="RECT" COORDS="393,14,454,34" HREF="javascript:caption(2)">

<!--Comment -->

<AREA SHAPE="RECT" COORDS="62,10,93,39" HREF="javascript:caption(4)">

<!--Comment -->

<AREA SHAPE="RECT" COORDS="413,204,450,238" HREF="javascript:caption(3)">

<AREA SHAPE="default" HREF="javascript:caption(0)">

</MAP>

<IMG SRC="ea_07_10.gif" WIDTH=500 HEIGHT=300 USEMAP="#cosy">

</TD>

<TD><IMG SRC="ea_h0.gif" WIDTH=200 HEIGHT=140></TD></TR>

<TR>

<TD>

<FORM><TEXTAREA ROWS="7" COLS="25" WRAP=TRUE>COSY. Correlation Spectroscopy. This experiment shows proton-proton correlation (which protons are coupled to which). Coupled protons are typically on adjacent carbons.</TEXTAREA></FORM>

</TD></TR>

</TABLE>

</BODY>

</HTML>