From: "Saved by Windows Internet Explorer 8"
Subject: GEO Accession viewer
Date: Thu, 12 Jan 2012 15:08:15 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01CCD13C.022C91A0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17609

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE11543

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>GEO Accession viewer</TITLE>
<STYLE type=3Dtext/css>A {
	TEXT-DECORATION: none
}
.bordergc {
	BACKGROUND-COLOR: #6699cc
}
.bordergd {
	BACKGROUND-COLOR: #b6c7e5
}
.borderge {
	BACKGROUND-COLOR: #eef3fb
}
.bordergf {
	BACKGROUND-COLOR: #ffffff
}
.bordergg {
	BACKGROUND-COLOR: #cccccc
}
.small8b {
	FONT-FAMILY: ariel,helvetica,sans-serif; COLOR: #6633cc; FONT-SIZE: 8pt
}
.small8db {
	FONT-FAMILY: ariel,helvetica,sans-serif; COLOR: #4411aa; FONT-SIZE: 8pt
}
</STYLE>

<META content=3D"text/html; charset=3DUTF-8" http-equiv=3DContent-Type>
<META name=3Dkeywords=20
content=3D"NCBI GEO Gene Expression Omnibus microarray oligonucleotide =
array SAGE">
<META name=3Ddescription=20
content=3D"NCBI's Gene Expression Omnibus (GEO) is a public archive and =
resource for gene expression data."><LINK=20
rel=3Dstylesheet =
href=3D"http://www.ncbi.nlm.nih.gov/corehtml/ncbi.css"><!-- GEO_SCRIPT =
-->
<SCRIPT language=3DJavaScript1.2=20
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/javascript/imagemouseover.js">=
</SCRIPT>

<SCRIPT language=3DJavaScript1.2=20
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/javascript/show_message.js"></=
SCRIPT>

<SCRIPT type=3Dtext/javascript=20
src=3D"http://www.ncbi.nlm.nih.gov/corehtml/jsutils/utils.1.js"></SCRIPT>=


<SCRIPT type=3Dtext/javascript=20
src=3D"http://www.ncbi.nlm.nih.gov/corehtml/jsutils/remote_data_provider.=
1.js"></SCRIPT>

<SCRIPT language=3DJavaScript1.2=20
src=3D"http://www.ncbi.nlm.nih.gov/geo/templates/help_def_messages.js"></=
SCRIPT>
<LINK rel=3DSTYLESHEET type=3Dtext/css=20
href=3D"http://www.ncbi.nlm.nih.gov/geo/info/geo_style.css"><LINK =
rel=3Dstylesheet=20
type=3Dtext/css href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.css">
<SCRIPT language=3DJavascript>=0A=
=0A=
  function OnFormFieldChange()=0A=
  {=0A=
    var view =3D document.getElementById("view");=0A=
=0A=
    if(document.getElementById("ViewOptions").form.value =3D=3D 'html')=0A=
    {=0A=
        view.remove(3);=0A=
        view.remove(2);=0A=
    }=0A=
    else=0A=
    {=0A=
        var NewOption =3D document.createElement("OPTION");=0A=
=0A=
        NewOption.text =3D "Full";=0A=
        NewOption.value =3D "full";=0A=
=0A=
        try=0A=
        {=0A=
            view.add(NewOption, null);=0A=
        }=0A=
        catch(ex)=0A=
        {=0A=
            view.add(NewOption);=0A=
        }=0A=
=0A=
        NewOption =3D document.createElement("OPTION");=0A=
=0A=
        NewOption.text =3D "Data";=0A=
        NewOption.value =3D "data";=0A=
=0A=
        try=0A=
        {=0A=
            view.add(NewOption, null);=0A=
        }=0A=
        catch(ex)=0A=
        {=0A=
            view.add(NewOption);=0A=
        }=0A=
    }=0A=
  }=0A=
=0A=
  function SubmitViewOptionsForm()=0A=
  {=0A=
	var form =3D document.forms.ViewOptions;=0A=
    if(form.form.value =3D=3D 'html')=0A=
    {=0A=
		form.form.setAttribute('disabled','disabled');=0A=
		if (form.view.value =3D=3D 'quick') {=0A=
			form.view.setAttribute('disabled','disabled');=0A=
		}=0A=
		if (form.targ.value =3D=3D 'self') {=0A=
			form.targ.setAttribute('disabled','disabled');=0A=
		}=0A=
        form.submit();=0A=
    }=0A=
    else=0A=
    {=0A=
        window.open("acc.cgi?acc=3D" + form.acc.value + "&targ=3D" + =
form.targ.value +=0A=
                  "&form=3D" + form.form.value + "&view=3D" + =
form.view.value +=0A=
                  ((document.getElementById("token") =3D=3D undefined || =
form.token.value.length =3D=3D 0) ? "" :=0A=
                  "&token=3D" + form.token.value), "_self");=0A=
    }=0A=
=0A=
    return false;=0A=
  }=0A=
  =0A=
  function ViewOptionsFormKeyDown(event)=0A=
  {=0A=
	if (event =3D=3D undefined)=0A=
	{    =0A=
		event =3D window.event;=0A=
	}=0A=
	if (event.keyCode =3D=3D 13)=0A=
	{=0A=
		SubmitViewOptionsForm();=0A=
		return false;=0A=
	}=0A=
  };=0A=
=0A=
  function OpenFTP(url)=0A=
  {=0A=
    window.open(url, '_blank');=0A=
  }=0A=
=0A=
  function OpenLink(url, where)=0A=
  {=0A=
    window.open(url, where);=0A=
  }=0A=
=0A=
  utils.addEvent(window, "load", OnFormFieldChange)=0A=
  </SCRIPT>

<META name=3DGENERATOR content=3D"MSHTML 8.00.7601.17720"></HEAD>
<BODY =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/bg_main3.g=
if=20
topMargin=3D20 marginheight=3D"20">
<SCRIPT type=3Dtext/javascript=20
src=3D"http://www.ncbi.nlm.nih.gov/core/jig/1.5/js/jig.min.js"></SCRIPT>

<SCRIPT type=3Dtext/javascript=20
src=3D"http://www.ncbi.nlm.nih.gov/geo/js/dd_menu.js"></SCRIPT>

<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D740 =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD><A href=3D"http://www.ncbi.nlm.nih.gov/"><IMG border=3D0=20
            alt=3D"NCBI Logo"=20
            src=3D"http://www.ncbi.nlm.nih.gov/geo/img/ncbi_logo.gif" =
width=3D145=20
            height=3D66></A></TD>
          <TD vAlign=3Dcenter=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top_bg_whi=
te.gif=20
          width=3D"100%" noWrap align=3Dmiddle><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
            width=3D550 height=3D1><BR><A=20
            href=3D"http://www.ncbi.nlm.nih.gov/geo/"><IMG border=3D0 =
alt=3D"GEO Logo"=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/geo/img/geo_main.gif"></A> </TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top_bg_whi=
te.gif=20
          align=3Dright><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top_right.gif"=20
            width=3D5 height=3D66></TD></TR></TBODY></TABLE>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top2_left.gif"=20
            width=3D601 height=3D2></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top2_mid_b=
g.gif=20
          width=3D"100%"><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
            width=3D1 height=3D1></TD>
          <TD align=3Dright><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top2_right.gif" =

            width=3D14 height=3D2></TD></TR></TBODY></TABLE>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD><IMG border=3D0 name=3Dunl_menu_pix alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_ulm_no_a.gi=
f"=20
            width=3D145 height=3D16 useMap=3D#unlmenu></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainm=
enu_mid_bg.gif><IMG=20
            border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainmenu_le=
ft.gif"=20
            width=3D3 height=3D16></TD>
          <TD vAlign=3Dcenter=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainm=
enu_mid_bg.gif=20
          width=3D"100%" noWrap><!-- GEO Navigation -->
            <UL id=3Dgeo_nav_bar>
              <LI><A=20
              =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSE11543#">GE=
O=20
              Publications</A>=20
              <UL class=3Dsublist>
                <LI><A=20
                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/info/GEOHandoutFinal.pdf">Handout=
</A>=20

                <LI><A=20
                =
href=3D"http://nar.oxfordjournals.org/cgi/content/full/37/suppl_1/D885">N=
AR=20
                2009 (latest)</A>=20
                <LI><A=20
                =
href=3D"http://nar.oupjournals.org/cgi/content/full/30/1/207?ijkey=3DoxMP=
OWseARs7o&amp;keytype=3Dref&amp;siteid=3Dnar">NAR=20
                2002 (original)</A>=20
                <LI><A=20
                =
href=3D"http://www.ncbi.nlm.nih.gov/pmc/2686538,2270403,1669752,1619900,1=
619899,539976,99122">All=20
                publications</A> </LI></UL></LI>
              <LI><A=20
              =
href=3D"http://www.ncbi.nlm.nih.gov/geo/info/faq.html">FAQ</A> </LI>
              <LI><A title=3D"Minimum Information About a Microarray =
Experiment"=20
              =
href=3D"http://www.ncbi.nlm.nih.gov/geo/info/MIAME.html">MIAME</A>=20
              </LI>
              <LI><A href=3D"mailto:geo@ncbi.nlm.nih.gov">Email GEO</A> =
</LI></UL><!-- END GEO Navigation --></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainm=
enu_mid_bg.gif=20
          align=3Dright><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainmenu_ri=
ght.gif"=20
            width=3D5 height=3D16></TD></TR></TBODY></TABLE>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_ulm_left.gi=
f"=20
            width=3D145 height=3D4></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_mid_b=
g.gif=20
          width=3D"100%"><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
            width=3D1 height=3D1></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_mid_b=
g.gif=20
          align=3Dright><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_ulm_right.g=
if"=20
            width=3D5 height=3D4></TD></TR></TBODY></TABLE>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_=
bg.gif=20
          width=3D1><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_bg.gif=
"=20
            width=3D4 height=3D3></TD>
          <TD bgColor=3D#f0f8ff width=3D10000>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%">
              <TBODY>
              <TR>
                <TD><FONT class=3DTop_Navigation_text color=3D#2f6e87 =
size=3D+1=20
                  face=3DVerdana>&nbsp;&nbsp;&nbsp;<A=20
                  href=3D"http://www.ncbi.nlm.nih.gov/">NCBI</A> &gt; <A =

                  href=3D"http://www.ncbi.nlm.nih.gov/geo/"><FONT=20
                  color=3D#338855>GEO</FONT></A> &gt; <A=20
                  =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi"><B>Accession=20
                  Display</B></A><A onmouseout=3DRPopUpWindow_Stop()=20
                  =
href=3D"javascript:RPopUpWindow_Set(geologinbar_location,260,120,'','','#=
E1EAE6','','#538AA9','MessageBox2');"><IMG=20
                  style=3D"BORDER-BOTTOM: medium none; BORDER-LEFT: =
medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none"=20
                  alt=3DHelp=20
                  =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/long_help4.gif"=20
                  width=3D19 height=3D11></A></FONT></TD>
                <TD align=3Dright>Not logged in | <A=20
                  =
href=3D"http://www.ncbi.nlm.nih.gov/geo/submission/geosubmi.cgi?rix=3D1&a=
mp;ix=3D1NCwrz3cWx7cwjaIUePkt">Login</A><A=20
                  onmouseout=3DRPopUpWindow_Stop()=20
                  =
href=3D"javascript:RPopUpWindow_Set(geologinbar_login,260,200,'','','#E1E=
AE6','','#538AA9','MessageBox2');"><IMG=20
                  style=3D"BORDER-BOTTOM: medium none; BORDER-LEFT: =
medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none"=20
                  alt=3DHelp=20
                  =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/long_help4.gif"=20
                  width=3D19 =
height=3D11></A></TD></TR></TBODY></TABLE></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right=
_bg.gif=20
          width=3D1><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right_bg.gi=
f"=20
            width=3D4 height=3D3></TD></TR>
        <TR>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_=
bg.gif><IMG=20
            border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_bg.gif=
"=20
            width=3D4 height=3D1></TD>
          <TD bgColor=3D#e0eeee width=3D10000><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
            width=3D1 height=3D1></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right=
_bg.gif=20
          align=3Dright><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right_bg.gi=
f"=20
            width=3D4 height=3D1></TD></TR>
        <TR>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_=
bg.gif><IMG=20
            border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_bg.gif=
"=20
            width=3D4 height=3D3></TD>
          <TD bgColor=3Dwhite width=3D"100%">
            <TABLE border=3D0 width=3D"98%" align=3Dcenter>
              <TBODY>
              <TR>
                <TD>
                  <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D"100%"=20
                  align=3Dright>
                    <TBODY>
                    <TR>
                      <TD>
                        <SCRIPT type=3Dtext/javascript=20
                        =
src=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.js"></SCRIPT>
                        <FONT color=3Dred></FONT><FONT =
color=3Dblue></FONT>
                        <TABLE=20
                        style=3D"BORDER-BOTTOM: #c0f8ff 1px solid; =
BORDER-LEFT: #c0f8ff 1px solid; BORDER-TOP: #c0f8ff 1px solid; =
BORDER-RIGHT: #c0f8ff 1px solid"=20
                        cellSpacing=3D0 cellPadding=3D0>
                          <TBODY>
                          <TR>
                            <TD><IMG alt=3D" "=20
                              =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
                              width=3D1 height=3D35></TD>
                            <TD bgColor=3D#f0f8ff width=3D"100%"><FONT=20
                              color=3D#0066cc size=3D1 face=3DArial>
                              <DIV style=3D"FONT: 11px/11px arial, =
sans-serif"=20
                              id=3DHelpMessage><STRONG>GEO =
help:</STRONG> Mouse=20
                              over screen elements for=20
                            =
information.</DIV></FONT></TD></TR></TBODY></TABLE>
                        <FORM id=3DViewOptions method=3Dget =
name=3DViewOptions=20
                        action=3Dacc.cgi target=3D_self>
                        <TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0=20
width=3D"100%">
                          <TBODY>
                          <TR>
                            <TD></TD>
                            <TD bgColor=3D#cccccc vAlign=3Dcenter =
width=3D"100%"=20
                            noWrap>
                              <TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0=20
                              align=3Dleft>
                                <TBODY>
                                <TR>
                                <TD noWrap>
                                <TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0>
                                <TBODY>
                                <TR>
                                <TD vAlign=3Dcenter><LABEL =
for=3Dscope>Scope:=20
                                </LABEL><SELECT style=3D"FONT-SIZE: =
10px" id=3Dscope=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_scope)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                name=3Dtarg><OPTION selected=20
                                value=3Dself>Self</OPTION> <OPTION=20
                                value=3Dgpl>Platform</OPTION> <OPTION=20
                                value=3Dgsm>Samples</OPTION> <OPTION=20
                                value=3Dgse>Series</OPTION> <OPTION=20
                                value=3Dall>Family</OPTION></SELECT>=20
                                &nbsp;&nbsp;<LABEL for=3Dform>Format:=20
                                </LABEL><SELECT style=3D"FONT-SIZE: =
10px" id=3Dform=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_format)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                onchange=3DOnFormFieldChange() =
name=3Dform><OPTION=20
                                selected value=3Dhtml>HTML</OPTION> =
<OPTION=20
                                value=3Dtext>SOFT</OPTION> <OPTION=20
                                value=3Dxml>MINiML</OPTION></SELECT>=20
                                &nbsp;&nbsp;<LABEL for=3Dview>Amount:=20
                                </LABEL><SELECT style=3D"FONT-SIZE: =
10px" id=3Dview=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_amount)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                name=3Dview><OPTION =
value=3Dbrief>Brief</OPTION>=20
                                <OPTION selected=20
                                value=3Dquick>Quick</OPTION></SELECT> =
&nbsp;<LABEL=20
                                for=3Dgeo_acc>GEO accession: =
</LABEL><INPUT=20
                                style=3D"FONT-SIZE: 10px"=20
                                =
onkeydown=3DViewOptionsFormKeyDown(event)=20
                                id=3Dgeo_acc=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_acc)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                value=3DGSE11543 =
name=3Dacc>&nbsp;&nbsp;</TD>
                                <TD vAlign=3Dcenter><IMG=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_go)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                onclick=3DSubmitViewOptionsForm() =
border=3D0 alt=3DGo=20
                                =
src=3D"http://www.ncbi.nlm.nih.gov/geo/img/buttons/go_button.gif"></TD></=
TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></=
FORM>
                        <TABLE>
                          <TBODY>
                          <TR>
                            <TD>
                              <TABLE cellSpacing=3D0 cellPadding=3D2 =
width=3D600>
                                <TBODY>
                                <TR vAlign=3Dtop bgColor=3D#cccccc>
                                <TD colSpan=3D2>
                                <TABLE width=3D600>
                                <TBODY>
                                <TR>
                                <TD><STRONG id=3DGSE11543 class=3Dacc><A =

                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSE11543">Ser=
ies=20
                                GSE11543</A></STRONG></TD>
                                <TD></TD>
                                <TD=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_gds)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                align=3Dright><A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/sites/entrez?db=3Dgds&amp;term=3DGSE1=
1543[Accession]&amp;cmd=3Dsearch">Query=20
                                DataSets for=20
                                =
GSE11543</A></TD></TR></TBODY></TABLE></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD>Status</TD>
                                <TD>Public on Apr 10, 2009</TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>Title</TD>
                                <TD style=3D"TEXT-ALIGN: =
justify">Microsatellite=20
                                stable (n=3D38) and instable-high =
(n=3D13) human=20
                                colorectal tumors assayed with =
Affymetrix=20
                                HuGeneFL arrays.</TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>Organism</TD>
                                <TD><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_organismus)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=3DIn=
fo&amp;id=3D9606">Homo=20
                                sapiens</A></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>Experiment type</TD>
                                <TD>Expression profiling by =
array<BR></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>Summary</TD>
                                <TD style=3D"TEXT-ALIGN: justify">mRNA =
assays were=20
                                performed on 51 samples of human =
colorectal=20
                                tumors using Affymetrix HuGeneFL arrays=20
                                containing 7129 probe-sets. We compared =
38=20
                                microsatelite stable (MSS) tumors with =
13=20
                                microsatellite instable-high (MSI) =
tumors to=20
                                form a list of genes differing between =
the two=20
                                types. In order to identify molecular =
signatures=20
                                characterizing MSI tumors, we examined =
only=20
                                MSI-high cancers and not MSI-low=20
                                ones.<BR><BR>Keywords: disease state=20
                                analysis<BR></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>&nbsp;</TD>
                                <TD></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>Overall design</TD>
                                <TD style=3D"TEXT-ALIGN: justify">Human =
samples of=20
                                38 microsatellie stable and 13 =
microsatellite=20
                                instable-high colorectal tumors, each =
from a=20
                                separate patient, had mRNA assays =
performed=20
                                using Affymetrix HuGeneFL arrays, with =
7129=20
                                probe-sets. <BR><BR>A supplementary =
Excel file=20
                                (Colon_HuFL_logs.xls) is attached below =
that=20
                                gives the log-transformed probe-set =
values. It=20
                                also gives the p-values from T-tests =
comparing=20
                                these values between MSS and MSI =
samples, as=20
                                well as an estimated average =
fold-difference,=20
                                for which the mathematical functions are =

                                explicitly given.<BR></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>&nbsp;</TD>
                                <TD></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD>Contributor(s)</TD>
                                <TD><A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DVilar E[Author]">Vilar =

                                E</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DMukherjee =
B[Author]">Mukherjee=20
                                B</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DKuick R[Author]">Kuick =

                                R</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DRaskin =
L[Author]">Raskin=20
                                L</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DMisek D[Author]">Misek =

                                D</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DTaylor =
JM[Author]">Taylor=20
                                JM</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DGiordano =
TJ[Author]">Giordano=20
                                TJ</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DHanash =
SM[Author]">Hanash=20
                                SM</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DFearon =
ER[Author]">Fearon=20
                                ER</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DRennert =
G[Author]">Rennert=20
                                G</A>, <A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed?term=3DGruber =
SB[Author]">Gruber=20
                                SB</A></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>Citation(s)</TD>
                                <TD><SPAN id=3D19351759 =
class=3Dpubmed_id><A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/pubmed/19351759">19351759</A></SPAN><=
/TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD>Submission date</TD>
                                <TD>May 23, 2008</TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD>Last update date</TD>
                                <TD>Jan 05, 2012</TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD>Contact name</TD>
                                <TD>Rork Kuick</TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>E-mail(s)</TD>
                                <TD><A=20
                                =
href=3D"mailto:rork@umich.edu">rork@umich.edu</A><BR></TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>Phone</TD>
                                <TD=20
                                style=3D"TEXT-ALIGN: =
justify">734-936-9241<BR></TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>Organization name</TD>
                                <TD style=3D"TEXT-ALIGN: =
justify">University of=20
                                Michigan<BR></TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>Street address</TD>
                                <TD style=3D"TEXT-ALIGN: =
justify">NI8D17, 300=20
                                North Ingals Building, U. of=20
                                Michigan<BR></TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>City</TD>
                                <TD style=3D"TEXT-ALIGN: justify">Ann=20
                                Arbor</TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>State/province</TD>
                                <TD style=3D"TEXT-ALIGN: =
justify">MI</TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>ZIP/Postal code</TD>
                                <TD=20
                                style=3D"TEXT-ALIGN: =
justify">48109-5473</TD></TR>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD noWrap>Country</TD>
                                <TD style=3D"TEXT-ALIGN: =
justify">USA</TD></TR>
                                <TR vAlign=3Dtop>
                                <TD noWrap>&nbsp;</TD>
                                <TD></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD>Platforms (1)</TD>
                                <TD=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)">
                                <TABLE=20
                                style=3D"POSITION: relative; TOP: -5px; =
LEFT: -5px"=20
                                cellPadding=3D3>
                                <TBODY>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGPL80">GPL80<=
/A></TD>
                                <TD vAlign=3Dtop>[Hu6800] Affymetrix =
Human Full=20
                                Length HuGeneFL=20
                                =
Array</TD></TR></TBODY></TABLE></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD>Samples (51)
                                <DIV style=3D"DISPLAY: none" =
id=3DL792257811divshown=20
                                name=3D"L792257811divshown"><A=20
                                =
href=3D"javascript:HandleVisibilityChangeL792257811()"><IMG=20
                                border=3D0 alt=3DLess...=20
                                =
src=3D"http://www.ncbi.nlm.nih.gov/geo/img/minus_close.gif">&nbsp;Less...=
</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</D=
IV>
                                <DIV style=3D"DISPLAY: block"=20
                                id=3DL792257811divhidden=20
                                name=3D"L792257811divhidden"><A=20
                                =
href=3D"javascript:HandleVisibilityChangeL792257811()"><IMG=20
                                border=3D0 alt=3DMore...=20
                                =
src=3D"http://www.ncbi.nlm.nih.gov/geo/img/plus_small.gif">&nbsp;More...<=
/A></DIV></TD>
                                <TD=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)">
                                <TABLE=20
                                style=3D"POSITION: relative; TOP: -5px; =
LEFT: -5px"=20
                                cellPadding=3D3>
                                <TBODY>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290693">GS=
M290693</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4288</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290694">GS=
M290694</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4282</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290695">GS=
M290695</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4281</TD></TR></TBODY></TABLE>
                                <SCRIPT language=3DJavascript=20
type=3Dtext/javascript>=0A=
<!--=0A=
function =
HandleVisibilityChangeL792257811(){if(document.getElementById("L792257811=
div").style.display =3D=3D =
"block"){document.getElementById("L792257811div").style.display =3D =
"none";document.getElementById("L792257811divhidden").style.display =3D =
"block";document.getElementById("L792257811divshown").style.display =3D =
"none";}else{document.getElementById("L792257811div").style.display =3D =
"block";document.getElementById("L792257811divhidden").style.display =3D =
"none";document.getElementById("L792257811divshown").style.display =3D =
"block";}}=0A=
-->=0A=
</SCRIPT>

                                <DIV style=3D"DISPLAY: none" =
id=3DL792257811div=20
                                name=3D"L792257811div">
                                <TABLE=20
                                style=3D"POSITION: relative; TOP: -5px; =
LEFT: -5px"=20
                                cellPadding=3D3>
                                <TBODY>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290696">GS=
M290696</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4280</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290697">GS=
M290697</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24831</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290698">GS=
M290698</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24832</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290699">GS=
M290699</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24840</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290700">GS=
M290700</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4345</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290701">GS=
M290701</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4350</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290702">GS=
M290702</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4337</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290703">GS=
M290703</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4338</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290704">GS=
M290704</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4342</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290705">GS=
M290705</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4306</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290706">GS=
M290706</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4385</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290707">GS=
M290707</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4389</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290708">GS=
M290708</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4397</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290709">GS=
M290709</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4403</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290710">GS=
M290710</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4387</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290711">GS=
M290711</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4321</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290712">GS=
M290712</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4326</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290713">GS=
M290713</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4312</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290714">GS=
M290714</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4310</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290715">GS=
M290715</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4278</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290716">GS=
M290716</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4254</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290717">GS=
M290717</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 4266</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290718">GS=
M290718</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24877</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290719">GS=
M290719</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24875</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290720">GS=
M290720</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24896</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290721">GS=
M290721</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24894</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290722">GS=
M290722</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24893</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290723">GS=
M290723</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24937</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290724">GS=
M290724</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 24951</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290725">GS=
M290725</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 33691</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290726">GS=
M290726</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 33696</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290727">GS=
M290727</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 33699</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290728">GS=
M290728</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 33700</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290729">GS=
M290729</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 33684</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290730">GS=
M290730</A></TD>
                                <TD vAlign=3Dtop>microsatellite stable =
colorectal=20
                                tumor 33677</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290731">GS=
M290731</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4284</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290732">GS=
M290732</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4291</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290733">GS=
M290733</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4329</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290734">GS=
M290734</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4330</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290735">GS=
M290735</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4255</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290736">GS=
M290736</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4298</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290737">GS=
M290737</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 4393</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290738">GS=
M290738</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 24844</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290739">GS=
M290739</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 24859</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290740">GS=
M290740</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 33667</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290741">GS=
M290741</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 24853</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290742">GS=
M290742</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor 33683</TD></TR>
                                <TR>
                                <TD vAlign=3Dtop><A=20
                                onmouseover=3D"onLinkOver('HelpMessage' =
, geoaxema_recenter)"=20
                                onmouseout=3D"onLinkOut('HelpMessage' , =
geo_empty_help)"=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=3DGSM290743">GS=
M290743</A></TD>
                                <TD vAlign=3Dtop>microsatellite instable =

                                colorectal tumor=20
                                =
24889</TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE><BR><SPAN =

                              id=3Dgeo2r></SPAN>
                              <TABLE cellSpacing=3D3 width=3D600>
                                <TBODY>
                                <TR bgColor=3D#eeeeee>
                                <TD><STRONG>Download =
family</STRONG></TD>
                                <TD><STRONG>Format</STRONG></TD></TR>
                                <TR>
                                <TD><A=20
                                =
href=3D"javascript:OpenFTP('ftp://ftp.ncbi.nih.gov/pub/geo/DATA/SOFT/by_s=
eries/GSE11543/')">SOFT=20
                                formatted family file(s)</A></TD>
                                <TD>SOFT<A =
onmouseout=3DRPopUpWindow_Stop()=20
                                =
href=3D"javascript:RPopUpWindow_Set(geoaxema_famsoft,260,120,'','','#E1EA=
E6','','#538AA9','MessageBox2');"><IMG=20
                                style=3D"BORDER-BOTTOM: medium none; =
BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium =
none"=20
                                alt=3DHelp=20
                                =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/long_help4.gif"=20
                                width=3D19 height=3D11></A></TD></TR>
                                <TR>
                                <TD><A=20
                                =
href=3D"javascript:OpenFTP('ftp://ftp.ncbi.nih.gov/pub/geo/DATA/MINiML/by=
_series/GSE11543/')">MINiML=20
                                formatted family file(s)</A></TD>
                                <TD>MINiML<A =
onmouseout=3DRPopUpWindow_Stop()=20
                                =
href=3D"javascript:RPopUpWindow_Set(geoaxema_famminiml,260,120,'','','#E1=
EAE6','','#538AA9','MessageBox2');"><IMG=20
                                style=3D"BORDER-BOTTOM: medium none; =
BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium =
none"=20
                                alt=3DHelp=20
                                =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/long_help4.gif"=20
                                width=3D19 height=3D11></A></TD></TR>
                                <TR>
                                <TD><A=20
                                =
href=3D"javascript:OpenFTP('ftp://ftp.ncbi.nih.gov/pub/geo/DATA/SeriesMat=
rix/GSE11543/')">Series=20
                                Matrix File(s)</A></TD>
                                <TD>TXT<A =
onmouseout=3DRPopUpWindow_Stop()=20
                                =
href=3D"javascript:RPopUpWindow_Set(geoaxema_fammatrix,260,210,'','','#E1=
EAE6','','#538AA9','MessageBox2');"><IMG=20
                                style=3D"BORDER-BOTTOM: medium none; =
BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium =
none"=20
                                alt=3DHelp=20
                                =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/long_help4.gif"=20
                                width=3D19=20
                              =
height=3D11></A></TD></TR></TBODY></TABLE><BR>
                              <TABLE cellSpacing=3D2 cellPadding=3D2 =
width=3D600>
                                <TBODY>
                                <TR vAlign=3Dtop bgColor=3D#eeeeee>
                                <TD bgColor=3D#cccccc=20
                                align=3Dmiddle><STRONG>Supplementary=20
                                file</STRONG></TD>
                                <TD bgColor=3D#cccccc=20
                                =
align=3Dmiddle><STRONG>Size</STRONG></TD>
                                <TD bgColor=3D#cccccc=20
                                =
align=3Dmiddle><STRONG>Download</STRONG></TD>
                                <TD bgColor=3D#cccccc =
align=3Dmiddle><STRONG>File=20
                                type/resource</STRONG></TD></TR>
                                <TR vAlign=3Dtop>
                                <TD=20
                                =
bgColor=3D#deebdc>GSE11543_Colon_HuFL_logs.xls</TD>
                                <TD title=3D9135104 =
bgColor=3D#deebdc>8.7 Mb</TD>
                                <TD bgColor=3D#deebdc><A=20
                                =
href=3D"ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE11543=
/GSE11543_Colon_HuFL_logs.xls">(ftp)</A><A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geosuppl/?acc=3DGSE11543&amp;file=3DG=
SE11543%5FColon%5FHuFL%5Flogs%2Exls">(http)</A></TD>
                                <TD bgColor=3D#deebdc>XLS</TD></TR>
                                <TR vAlign=3Dtop>
                                <TD =
bgColor=3D#eeeeee>GSE11543_RAW.tar</TD>
                                <TD title=3D112046080 =
bgColor=3D#eeeeee>106.9=20
Mb</TD>
                                <TD bgColor=3D#eeeeee><A=20
                                =
href=3D"ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE11543=
/GSE11543_RAW.tar">(ftp)</A><A=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geosuppl/?acc=3DGSE11543">(http)</A><=
A=20
                                id=3DcustomDl=20
                                =
href=3D"http://www.ncbi.nlm.nih.gov/geo/query/">(custom)</A></TD>
                                <TD bgColor=3D#eeeeee>TAR (of =
CEL)</TD></TR>
                                <TR>
                                <TD>Raw data provided as supplementary=20
                                file</TD></TR>
                                <TR>
                                <TD>Processed data included within =
Sample=20
                                table</TD></TR></TBODY></TABLE><SPAN=20
                              =
id=3DcustomDlArea></SPAN><BR></TD></TR></TBODY></TABLE></TD></TR></TBODY>=
</TABLE></TD></TR></TBODY></TABLE></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right=
_bg.gif><IMG=20
            border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right_bg.gi=
f"=20
            width=3D4 height=3D3></TD></TR>
        <TR>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_left.g=
if><IMG=20
            border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_left.gif"=20
            width=3D4 height=3D4></TD>
          <TD bgColor=3D#ffffff=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_mid_bg=
.gif=20
          width=3D10000><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
            width=3D1 height=3D1></TD>
          <TD=20
          =
background=3Dhttp://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_right.=
gif=20
          align=3Dright><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_right.gif"=20
            width=3D4 height=3D4></TD></TR></TBODY></TABLE>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD width=3D"99%"><IMG border=3D0 alt=3D""=20
            =
src=3D"http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif"=20
            width=3D1 height=3D1></TD>
          <TD vAlign=3Dtop noWrap align=3Dright><SPAN =
class=3DHELPBAR>|<A=20
            href=3D"http://www.nlm.nih.gov/"> NLM </A>|<A =
class=3DHELPBAR=20
            href=3D"http://www.nih.gov/"> NIH </A>|<A class=3DHELPBAR=20
            href=3D"mailto:geo@ncbi.nlm.nih.gov"> GEO Help </A>|<A =
class=3DHELPBAR=20
            =
href=3D"http://www.ncbi.nlm.nih.gov/geo/info/disclaimer.html">=20
            Disclaimer </A>|<A class=3DHELPBAR=20
            =
href=3D"http://www.ncbi.nlm.nih.gov/About/accessibility.html"> Section=20
            508 </A>|</SPAN><BR></TD></TR></TBODY></TABLE><MAP =
name=3Dunlmenu><AREA=20
        onmouseover=3D"changpics(unl_menu_pix, unl_menu_home_a)"=20
        onmouseout=3D"changpics(unl_menu_pix, unl_menu_noa)"=20
        href=3D"http://www.ncbi.nlm.nih.gov/" alt=3D"NCBI Home"=20
        coords=3D2,0,39,15><AREA=20
        onmouseover=3D"changpics(unl_menu_pix, unl_menu_search_a)"=20
        onmouseout=3D"changpics(unl_menu_pix, unl_menu_noa)"=20
        href=3D"http://www.ncbi.nlm.nih.gov/ncbisearch/" alt=3D"NCBI =
Search"=20
        coords=3D40,0,91,15><AREA=20
        onmouseover=3D"changpics(unl_menu_pix, unl_menu_sitemap_a)"=20
        onmouseout=3D"changpics(unl_menu_pix, unl_menu_noa)"=20
        href=3D"http://www.ncbi.nlm.nih.gov/Sitemap/" alt=3D"NCBI =
SiteMap"=20
        coords=3D92,0,143,15></MAP></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/geo/img/ncbi_logo.gif

R0lGODlhkQBCAMQAAMjW45GsyGmPtPL1+UBwn+Xs8lmDrE15ppmzzGaMs9ni7ISjwb/P38zZ5YCg
v3eZu63C1qW80nOWuY2pxrLF2afB0v///zNmmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAA
kQBCAAAF/+AljmRpnmiqrmzrvrBazXRt33iu73zv/8AgTlSJGY/IpHJ5KTaZ0Kh0unI6qdisNmbd
er/gUTdMLkfH5rQahl6736Y2fO6W0+9lO37v1fP/VH6Ag0yCLQcSCA0FFhaEhIYpEhGMjZaOj4CR
JQQIlZeXmZpELwgDoKiYonubFwQKqRYDDQwItqt8rQ2gCggJBCqIuG+tlxQHLwcIE8DDZsWNE0cJ
DQjNzmCtldcxBBQDDtjZpCwJjeFJDhYM3OKB5OUDAwZKFBYK7e5n8CwHDQMJkhxo1EAfllYkJBRA
gMRcI4PvnhhxwCAgjASnHkKUgvBEAgf0VhxwsMvSgI0c+f9BIZAgwQRFny5JQLlPYhIDDiIsigWq
QEiahVS6GMkgI8+e6IBC6SiC4tFUAyjMxENAQICrD5CdqLrg6gKtKW2Wi/l0QK2fSwRkfJAiQCMG
KAQwSKWArQi3sgAA+LTABN4C+aoIRRHhaIMGERA4+JXFQKMBYDk1slsigoIFzQg8ANAo8uQRajub
aBTASCsEoMxOYFyGswUAKU4JMAFBAYoABUrIJrGAtIlTpbkM/m2pQNIVONEyAZAxuAnOfi30JVyC
8+wRBHxXt3CdzfASlvDFkEDhuBIADyopFwGdBAF5KiyOsA7eAuX53E1/J1FyajdK8iUBgACOWQDY
c6qI0Bv/bC/QN8JAtiHY3QutGHBKBElg1EBkRgx4QW/rPJcbCXM514KDd81zAooU7keChRas94KF
KiLh4QUQaDcfgyPAYiILKC5Qo4T6iSXSPwHGMIEsMp7YHSwxkgABjyLoeCIqCjAwIX5btsDUBQ4s
hMRABiKRnwgEMDLANQFQeYGVQJ55wWaNQECkcEa6QFGSLaCmkRFyXgCjeBcEYCcJp8DVYKA4wsmi
C1+S4BKfKBwwlyVm/vhAnXf9yNlJi275XpkkPOqli0uwhACUlijajQU/FurbVSXgNd2VXeaY4AWm
shCpCrYgwMA/sRAagwCwnqBrVz+SeSCu0e3aq2B5KvGUwSwMIYFsrOw1AkCsuirAIZq38sqorK52
26WvqMJw1EKBveDWoSa80kiX9tbZnQG4ocVIuSLAohwj3FJ7BRR0RdBkDIW5ScIBu9XrGipDVnnP
hEIC/KYFGOJ5MBONFFCNBPEekaYs445g4boKkiVdrZcMoFcBAKz3V8oytKvUgw9cFQDLFxzQcwBf
HaTzzrkcjTQevy5NjNJOz9F01GpMTfUzUF+9htVah8F11198DfYWYo+dRdlmR/Rx2negzfY+IQAA
Ow==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif

R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/geo/img/geo_main.gif

R0lGODlhkgBDAOZ/ADeDu9a2OXWq0BBJdfXRVom32DOJxvzxzVOHngQvUvXVagxhntTl8PvrtnV8
UAI3ZwZcmfrMNEac2TFOUE2Swg1koiNOaVxrUZiQSPfdhMTb6ydnlC2DwSR7uVJtZPnknVybyB10
siF3tP7++yhzqm+y4Y+ou67K3v334lSk3NC6XaaYQkpbRqXI4H2HWRZsqZfA3KeWPPDGNrXS5onA
5z2T0AFHfvXJNRpTgQlfnJGIPWhtQLSgPimAvRJopjqPywJVksGoPEGW0w1ThxFmozVkef778TN5
qeW/Nuny+QRZl+Dt9UOZ1vD2+iJ4tid9ukie2xxxrrva8RhglfLKRKnS7vb6/LKrYSpuohxqpBlv
rDCAuS57tUBzhw1cldjTqx1EWF+p3+Xp3oB+QWecvxVvtP3ONQJdo/nPQx9djbrO2hs7SfvKLkNg
YPHHOjON0k+Zzty/U7XButnCYkGJvf/RL8vCfeXZny53rgBPjimBw/L094KZiaGobKGeXf///yH5
BAEAAH8ALAAAAACSAEMAAAf/gH+Cg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWm
p6ipqqusrZQjS1JVNLS0VQyXSVIwJWG+YSU0t1aNsLO9v8HDrphJVSUpUNLT0ikwkyMaNNHU3VAl
GopNz97eJVVJzJNJMCkS7/DxElBcYpEMJfL68FB0S4dWqoTZ9w7KPH4pqhBT50iKO4LxoJC4csCR
FRoQ90HZIsfQknwZIYbBxVDRxYwGC9bAwYOAEUYfmcicGZLJBj8oCDmEOA3ljJKIrJSYSZNJDQBb
uHABYGALjjZIblRUtCQF0ZlH8WDZSgLADyE1sFgI8mHQjKtM3gn5AQCPW69p/9HKbAG0kFAheIXI
FAJgAw4Lbdp48FDEwoUAN2RMRZQkRV69TH5g+dvmgoPLhNP8xRAhgyApTB7L/IFHM+ALFwhv4FJj
b16Z1+oKovEYL4A0hjEEQCJDBpIAAWQkdpnobu0jf10EiRohQuIAK1YEiCCjwZ8lEmoLQW7BAY/g
N57zcNGFg3awaiqN+DSjhvv3Rwa04SHDTHgZbqhQSSyDwOJDMLzn3g8bdBeAGc7lR8CCaDSXmAIj
WBGGgGsV6MB0zvWmHxoNBuDCEQK+R8F/j7zkSRJwhIjFAA7IQJ0MVGTQwAEo1HjAASYiskSIBFqw
QoYEfIDjCEQaccAHMq4XoP+AP+D2I38KCImCEUagcCQBQSDwRohv8JGjI0R+QsMPZP5QAx4D6JAh
FR98CWYJZZopFg9m9NfAeosksVacBQZRpwwKHICnISM0MIeWcR5lByQjuKnJEnuSCQCLLyqQEyRW
aBNGnD9wMQAGdWbgKCIwcIqHBXTiVxYjRtxBxxtxGuCCdWCCAoMBuBrQZBvCyeDZI5kWAEeuxBqQ
xgXU/dpIE8Pi+oMBODhQpxu0OiJHsW8cEceop4wAArFcoJqsRRoIW2yx4QbRGSRSFIvFBFFVF4m3
xXaAwaqsMFBsFhcMN2hQ5TZ7LgcEc2DAFMgS90gBxeIwRqiTnFCsHh4Q8G//KjMUTDAOoLpBIiHB
wqHxyCRzgMMKZlQryAgMtCCAAD8R4q3GT4wVgcKRJPGDxnp0gcTHpxRAswWIKYBIEwVQUPLSBdcc
gMWCNBGwxj2YQIjOGkfB6w34SgICzxuQ1YoAPZTdgwhQ3aDyIFaAYPbbZRPcAwlPwN2DE12wcUcT
MwhAgd096LHBP4IwwIHZHPAbARWXTlLA23pMwYPRrIDwxOU9ROEBjKPOcPnnmPfwBAlTDDDAEaKD
3gECfZBhAOiwiz7AF4MwAHoPRDgQAeWUtHD7FCugwS0pIHRgfAdaeHAD74XAcHwHl3cQRekPTHAB
D1c8/7wTTmj//BMdTAFG/wCXMvB97utW0sL3XqDceCogcN99CJsrW4gaIRjvxPQDPADGBStAQgTq
0IcQyO+ACOSe/qY3hAeMIQK0Mp/8OuAD3XVNEjA4YAeG8COglUIAIgihCEJQBCTYD2QIGMIQ+vc/
6TjIRXwogwhnOEMnjDAL1AMDCzCQmKks4QkzfIHy1hYJEIowBAPgQQQ8SIoChOCJT5xCEE4Isj5c
YAcxwBB/giQGAEDxi08cYRSyMAQb+O8CunERoPBkBTp8sQw+uyCjKPBFLRBNKqw4QQiiwMco+MAF
zDMEChqUof4IaT0z6KMi+fiCKTSwelicjn1glIH3CWCPfZSiHB/BABH0Mf8EC4CXG96HiiWIQAuo
1AIcqTC8P6BAAQs6JNvokMpaamF6YJjAGHggwDXJiJR/gEEUavlHKi6sllHIww4W10pRjIACWniB
NF/gAz8wcRBhKkQLpsnNaf6RDQgaTgZwlAgGRKGbRdjWOrgwTS344AEx2J0rYNBNH2DBmIxgAB64
6YN6YiEAdYiSoBpBhm4qYQVEJGg3hwCGqODTFEkggQ8mOtEKIACYeaIDRSc6BC9s1AcWtQckYPBR
JewAQpEg6UaJ4MA6XbMUJvABEWY6U4s24RFLoANNieADLzygDTutKQgW0ggGcGGnPrABC26A0US0
QKY0TeoaEAM1V+zhCET/qIBWt0oHkixiBnjY6larh4QunEGsWu1qI2ZAArESwQsJ0IEZmmoIKwgA
rW+Na502qQo1eKECCwisYLMgAMIdQgMgEGxgtWqDNQShDkHwgmIHW4A9lPOuiq1ADqrXHzEUQAAn
IGohmtACAEy2Aj5lgXBYWRITKGGygwUBDDTAgNrOoAB0gG1gbZCAGNSJAH0AQmBzQFziLoAEMFuC
FazQhCWcAAREKK5xNzvVOtgBDzkI7BFgRlsGaKAFZMCDbqk7HRnwlRV8AIJ010vcmrK3uBDgrVzx
YyUX5OG9xc0CHo5Agui+FwIPSACdqICAM7B3ARUgwgLwmwMAO7ZOKAWK/xH4YAMlNBgCGM6whjcM
AeICIcDzldcfPuCAPHSYwyjecA4+3FsEfQEPKY6xhx+whlQxTjau9MMATBxjFCuBtzX+U9cyoIMd
9zjFQPaTef+AhQsfOcM/TsAElOwxHAsCBSpogw3yoAQMK+HLYO4yBJQABDMmYAdIEHIhRpCBIExg
y2IOc5i9bGYWHMhXgjCBDYAQZzmLGQJlDjCaqUMtKw/CCAqIwQQesGUg8PnLjs6DmRPAAnUlhgoJ
HcEHZKCDRTfaz0CQdAIoHU/qdM0EYGB0Hh4NZkdPutJremlJPkAFHuxg0Q/Ida5HvQYWjEFdlaLr
HxqABiTEgAWp1rWuef+9Ax7c4LdEVIAOkK3sZUt5B8DujaUMfQgUZKDYAYiBDsZAbh1859kvIsCd
WPXtCASAB2PYgbzlbe40UydGo0L0Dd6tg3nvYAwYCEJ90p1Qbg8CBR8gABrMwHCGFzJGA30EwgkQ
gYZbHEgfEPYfDvBth1fc4ZdWwLoNvogRoKABSFJABlYupGYqYgRHyoACYDnzDMjSEUZK+YJq3gCN
k/znQA+60IdO9KIbHRJSu6koZgADGMxA6ZRoetPp8gkYUB2nUjfsI6yuARGEAxRNoMAWClCALQjA
EiKQrdVBAYICQKIFaYcBHbbgVUe0vetf/4QA6B41XCyh6V+3etNvStr/tRNCBLH5Qwuu8fcltGDx
s/2DBqT+B6bDgPCAv07T/xH5vxte8JcnxBZAEDU6nB3ys508Xf4OeUGkHvGDD2Y4Jv+HJmReEmYf
7RYoAEK6hHDvpAfB2HM/CBEIQAMaIC3iQUCHJoAg7RQQwd9FwHsYiAC3dPjD3sv+BzrwnvSI7zoI
QOj2349+EF2P2R8KIII/PB8EYje717su/2uEXwTyPzvig9n+7W9hEvv3fHEnAi2gAXQAfm7Hfp1U
ABoAQod3gCCACwL4E/B3HbAnfX8wepPndXv3dbtHOIgnANmnff93fevXfoKAd4Ngfe5HAZUnAj9x
fz9BAeA3WzCofe23/38s2IGUQHzuJ1tpBwJt9wc66HXUJ4SkV3yJp3j4d1NCKAgXCIUQGIEMAEIU
wDfRp38w8IT8R4TXwIKFQ4CDsHc/KHle54Uq+IT3Fw4sWIR/UIXUB3VbJ4Y/CHfhsAT/UISmdA1N
UHf7FzVbQAcmyHxSQ4BgeIApKHkvOAO4wH5euHdOmH1uOAjed1OddHZPqIJrWIb3dw3MR4Rn54Dh
MANnKAns533GF3Zpt39uaIU+SIQQ+FlbsAQK+HxbsHu2h4JwRwdzl4Fz11XUZ3xeyAC3OHcx+IUo
WDi3+H5OSHqaaIPhoIY2KAKCSBenGEK+GIhyiHTIZ1jdmIL/sARf51pddSd5yNdduCA1SyCE3iUI
4jgI4vh1UvN14kgSGvAP86h093gdeYd+tFU76Zh8krcESfeGuHCP6riPKXiP4TCPP8eFRxeRhVBb
ElmRFnmRGJmRGrmRHOkIgQAAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top_right.gif

R0lGODlhBQBTAJEAALLO6rnT7jNmmf///ywAAAAABQBTAAACK5Q9OaLbrGCSLr5r88Rb1w5+IkVy
o1l6abieKgq/MhvTs2vn+N72Nf/zqQoAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top2_left.gif

R0lGODlhWQICAJEAAKfB0nCUuf///zNmmSH5BAAAAAAALAAAAABZAgIAAAI5HIapy+0Po5y02nWE
3rz7D4biSJbmiabqyrbuC8fyTNetceX6zvc+/gsKh8Si8YhMKpGBpTPXnBQAADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top2_right.gif

R0lGODlhDgACAJEAALnT7v///zNmmQAAACwAAAAADgACAAACBoyPJ8vtBQA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_ulm_no_a.gif

R0lGODlhkQAQAMQAANPe6tXg6zNmmdDb5tTf6tHc59Pf6tLd6MjZ6sbW5srb68na6sra6sfX58fY
6GqRt3KXu2KHq3CVum2TuGWKrmiNs3WZvFl7nV2Aol+Dplt9oHibvXqdvoyryafB0gAAACH5BAAA
AAAALAAAAACRABAAAAX/oOB1ZGmeaKqubOu+cCyfniByeK7vfO9znZ9wSPwFi8ikrybaOJ/QqHRK
3XSq2Ky2et16v1Smx0Ium8/otNrSWbvf8HU7Tq+rxZB8XqHn7xV+EIF+gIB6hx2HhwEBeoyMjo6P
i5B5jZaKeomZlRCNj5CgipeekZadh2ISq6sMrK4SsLGtrgywsqy5HbmsBKu+EsC9wb/DxMXHyby7
vMDOxsq5BL7Txc/REmIT29sL3N4T4OHd3gvg4tzpHencBuzu6e7w8BPz7PXt99vr7/3b9PTeybNn
Dx87MQ8SJkTAkOFChQgWRnT4oGFEhQo7YMQIAIDCjh0TevT4ACTJkhtL/5pMmVBjypAiP34EuTEk
zJEiYW4UU6FnTwc+gVYQOvRnUaFEfSrtoLRphQM9oSo9QDWq1atTfUp1ytTp1a1gvT4dK5VqWbEV
xFBYu7YBW7cU4MZtOxeuXLZ4O+BlW2BtXwp//fIFLLgw4cOI9+rd+7fxYMOMCfcNPHkvXjERMmdO
oJnz5gSeI3Ae/Rm05tMdTp8eMEAza9YRWmduLTu2a9izXavWnHo3btu5Z79WTdt27eK7M4vJwLy5
8+fQo0vP0GG69evYp1fPzr27dDEYwosfT768+fMYOqBfz749evXu48s/L0aD/fv48+vfz19Dh/4A
Bihgf/8NaOCB/IlxwTOCDDbo4IMQRnhBBxJWaOGFElKI4YYcRiiGByCGKOKIJJZo4ggnpqjiiid2
wOKLMKYoQAgAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainmenu_left.gif

R0lGODlhAwAQALMAAK/E2fX6/8nZ6NXh7r7P4ejw+O/2/N/p87LO6rnT7gAAAAAAAAAAAAAAAAAA
AAAAACH5BAAAAAAALAAAAAADABAAAAQcEMkEQCIkCYHGSMeRFEViGEgQmMZYht23XVmSRAA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainmenu_right.gif

R0lGODlhBQAQALMAAK/E2fX6/8nZ6NXh7r7P4ejw+O/2/N/p87LO6rnT7jNmmQAAAAAAAAAAAAAA
AAAAACH5BAAAAAAALAAAAAAFABAAAAQkEEmkgE2KaCw6HiB1jFhhYkaKBSyVGuWpjMcXKp2AaQSW
/JgIADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_ulm_left.gif

R0lGODlhkQAEAJEAAP///zNmmeDu7gAAACH5BAAAAAAALAAAAACRAAQAAAIrjI+py+0Po5zUgYuz
3rz7D4biSJZdAAjqyrbuC8fyTNf2jb9ozvf+DwyuCgA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_ulm_right.gif

R0lGODlhBQAEAJEAAP7+/v///+Du7jNmmSH5BAAAAAAALAAAAAAFAAQAAAIInB0ZIw3sRgEAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_left_bg.gif

R0lGODlhBAADAJEAADNmmf///+Du7gAAACH5BAAAAAAALAAAAAAEAAMAAAIFRCSGKgUAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/images/long_help4.gif

R0lGODlhEwALAMQRAMjT3TNegzBbgaC0xfL19/Dz9lN3ls7Z4Z6zxO7y9TxliUlvkP3+/rfG0ylW
fcze5TNmmf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEA
ABEALAAAAAATAAsAAAVFYCSOEWSeJ6lCT+u6kDqyEeI4xlA8sVw+EccB4FAkeL5fhEEILiJIH03k
EDSgPdnUERhFtUARwJtdhW/kJOv1Kq9QqFEIADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/main_right_bg.gif

R0lGODlhBAADAJEAADNmmf///+Du7gAAACH5BAAAAAAALAAAAAAEAAMAAAIFlAKGCgUAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/geo/img/buttons/go_button.gif

R0lGODlhJQASAOYAAP///z5iffT2+FB1jN/n7UVti4mnuvX4+ZKwxHyqxKy+yVR4jVB+oF6Em93k
6YqhsIWpvl+KplJ1jk94kUp1lIegr6/By7rI0ZStvOLq7t7l6q+/ya/H1K29yK7Dz/P295y2xl+G
nV2Io8XU3KjI27nGz5C50bHG036crLvJ0nGetld8lGSNpVB5lGWOprrI0qO2wleFpWSOqGOLo3mX
qLvM1rvQ3UdvjeHp7a2/yqTF13+aqoOovVZ9lp63xnKctz9kf1J7l83f6b3U4WeTrePr8HWju2eT
r0huiJGquEJog7jN2bjJ0bzK03qqxF6OrXSjv1iHp22cuGaVs1GAooCvykt7nIW1zkZ1lz5tkEFw
lIq60o291QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5
BAAAAAAALAAAAAAlABIAAAf/gF2Cg4SFhoeIglyLjI2Oj5CQipGUlZJdW5mam5ydnp6CV6KjpKWm
p6eCVausrQkQHDYkrAk8S0Mmrbqsgk6+v79GKAcjFgdCTipJADVMADrA0b6CUNXW1g0ZOTMsND5Q
DTgKLiEKRdfo1YJS7O3tCwAGMiAeJ1LwBlJEOwDu/uyCpggcOHCAAAQiMDQBMMUggikRKgggSFGg
oCcYM2YMsoHAjwkwADxpcYHAkRUaUmhciVFQlJcwYyLp8AGAgwdRYkgoAQDAix4xg74URKWo0aNU
bgAJoIRCUQYFAgQowACpVUFWsmrdyrWrV6+CsIgdS7as2bNnBWlZy7at27dwEeEKykK3rt27ePPm
TcS3L6JAADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/geo/img/minus_close.gif

R0lGODlhCQAJAKIAAKW11gAzZv///2ZmZtTe8QAAAAAAAAAAACH5BAAAAAAALAAAAAAJAAkAAAMY
KLo6QjACFyWtZL7AucbZVWlAaU5DqqoJADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/geo/img/plus_small.gif

R0lGODlhCQAJAKIAAKW11gAzZv///2ZmZtTe8QAAAAAAAAAAACH5BAAAAAAALAAAAAAJAAkAAAMb
KLo6QjACFwOcD1qCSfhfp13UyDlAqk5D67oJADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_left.gif

R0lGODlhBAAEAJEAAODu7v///zNmmQAAACH5BAAAAAAALAAAAAAEAAQAAAIHVACGFiEvCgA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_right.gif

R0lGODlhBAAEAJEAAODu7v///zNmmQAAACH5BAAAAAAALAAAAAAEAAQAAAIHBCKGweJeAAA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/bg_main3.gif

R0lGODlhEAAMAPcAAMjU0s3Z1wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAQAAwA
AAgkAAEIHEiwIIAACBMqXMiwocOHCQ1KHAixosWLCCdOxMixY8KAADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top_bg_white.gif

R0lGODlhCwBTAIAAADNmmf///yH5BAAAAAAALAAAAAALAFMAAAIghI8Qy+0Po5y02ouz3rz7D4bi
SJbmiabqyrbuC8eyXAAAOw==

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top2_mid_bg.gif

R0lGODlhDwACAIAAADNmmf///yH5BAAAAAAALAAAAAAPAAIAAAIGjI8Jy+0FADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top3_mainmenu_mid_bg.gif

R0lGODlhAwAQALMAALnT7q/E2bLO6vX6/8nZ6NXh7r7P4ejw+O/2/N/p8wAAAAAAAAAAAAAAAAAA
AAAAACH5BAAAAAAALAAAAAADABAAAAQYUMhAjSW46MSPR+Aggoh3cIlWYIRlAHAEADs=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/top4_mid_bg.gif

R0lGODlhAwAEAJEAADNmmf///+Du7gAAACH5BAAAAAAALAAAAAADAAQAAAIEhIOiWwA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/but_mid_bg.gif

R0lGODlhAwAEAJEAADNmmf///+Du7gAAACH5BAAAAAAALAAAAAADAAQAAAIElB8JWwA7

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/corehtml/ncbi.css

.TEXT {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 12pt
}
.TEXTWIDE {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 12pt
}
.SMALL1 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 10pt
}
.SMALL2 {
	FONT-FAMILY: verdana; FONT-SIZE: 10pt
}
.SMALL3 {
	FONT-FAMILY: courier; FONT-SIZE: 10pt
}
.GUTTER1 {
	FONT-FAMILY: arial,helvetica,sans-serif; COLOR: #ffcc66; FONT-SIZE: =
12pt
}
.GUTTER2 {
	FONT-FAMILY: arial,helvetica,sans-serif; COLOR: #ccccff; FONT-SIZE: =
10pt
}
A {
	COLOR: #0033cc
}
A.BAR {
	FONT: 12pt arial,helvetica,sans-serif; COLOR: #ffffff; TEXT-DECORATION: =
none
}
A.HELPBAR {
	FONT: 10pt arial,helvetica,sans-serif; COLOR: #000000; TEXT-DECORATION: =
none
}
A.GUTTER {
	FONT: 10pt arial,helvetica,sans-serif; COLOR: #ffffff; TEXT-DECORATION: =
none
}
A.GUTTER1 {
	FONT: 12pt arial,helvetica,sans-serif; COLOR: #ffcc66; TEXT-DECORATION: =
none
}
A.GUTTER2 {
	FONT-FAMILY: arial,helvetica,sans-serif; COLOR: #ccccff; FONT-SIZE: =
10pt; TEXT-DECORATION: none
}
A.BUTTON {
	FONT-FAMILY: arial,helvetica,sans-serif; COLOR: #000000; FONT-SIZE: =
10pt; TEXT-DECORATION: none
}
H1 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 18pt; FONT-WEIGHT: =
bold
}
.H1 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 18pt; FONT-WEIGHT: =
bold
}
H2 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 16pt; FONT-WEIGHT: =
bold
}
.H2 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 16pt; FONT-WEIGHT: =
bold
}
H3 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 14pt; FONT-WEIGHT: =
bold
}
.H3 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 14pt; FONT-WEIGHT: =
bold
}
H4 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: =
bold
}
.H4 {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 12pt; FONT-WEIGHT: =
bold
}
H5 {
	FONT-STYLE: italic; FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: =
12pt; FONT-WEIGHT: bold
}
.H5 {
	FONT-STYLE: italic; FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: =
12pt; FONT-WEIGHT: bold
}
A.popmenu:link {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: navy; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.popmenu:visited {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #6c7f9a; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.popmenu:active {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #001a4f; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.popmenu:hover {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #038000; FONT-SIZE: =
11px; TEXT-DECORATION: underline
}
.menutitle {
	FONT-FAMILY: Verdana, Arial, Sans-serif; FONT-SIZE: 10px
}
.fixedsize_skobka {
	FONT-FAMILY: Arial,sans-serif; COLOR: #000084; FONT-SIZE: 10px
}

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/css/nav.css

#geo_nav_bar {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: =
0px; FLOAT: right; PADDING-TOP: 0px
}
#geo_nav_bar LI {
	LIST-STYLE-TYPE: none; FLOAT: left; FONT-SIZE: 12px
}
.ie #geo_nav_bar LI {
	FONT-SIZE: 13px
}

@media Unknown   =20
{
#geo_nav_bar LI {
	FONT-SIZE: 13px
}
    }
#geo_nav_bar LI A {
	BORDER-LEFT: #acf 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 12px; =
WIDTH: auto; PADDING-RIGHT: 12px; DISPLAY: block; WHITE-SPACE: nowrap; =
COLOR: #369; BORDER-RIGHT: #e1e3e5 1px solid; TEXT-DECORATION: none; =
PADDING-TOP: 0px
}
#geo_nav_bar LI A:hover {
	BACKGROUND: #fff
}
#geo_nav_bar UL.sublist {
	Z-INDEX: 100
}
#geo_nav_bar LI UL {
	POSITION: absolute; PADDING-BOTTOM: 0px; MARGIN: 1px 0px 0px; =
PADDING-LEFT: 0px; PADDING-RIGHT: 0px; VISIBILITY: hidden; BORDER-TOP: =
white 1px solid; PADDING-TOP: 0px
}
#geo_nav_bar LI UL LI {
	DISPLAY: inline; FLOAT: none
}
#geo_nav_bar LI UL LI A {
	BORDER-BOTTOM: #8ac 1px solid; BORDER-LEFT: #8ac 1px solid; =
PADDING-BOTTOM: 3px; PADDING-LEFT: 10px; WIDTH: 130px; PADDING-RIGHT: =
10px; BACKGROUND: #dfe8f6; COLOR: #369; BORDER-RIGHT: #8ac 1px solid; =
PADDING-TOP: 3px
}
#geo_nav_bar LI UL LI A:hover {
	BACKGROUND: #369; COLOR: #fff
}

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/info/geo_style.css

@import url( /geo/css/nav.css );
#geo_nav_bar LI UL LI A {
	WIDTH: auto
}
BODY {
	SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-FACE-COLOR: #cee5e5; =
SCROLLBAR-DARKSHADOW-COLOR: white; SCROLLBAR-BASE-COLOR: #cee5e5; =
MARGIN-BOTTOM: 100px; SCROLLBAR-HIGHLIGHT-COLOR: white; =
SCROLLBAR-SHADOW-COLOR: #6295c8; SCROLLBAR-TRACK-COLOR: #eaf3f7; =
SCROLLBAR-3DLIGHT-COLOR: #6295c8
}
.tabletext {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #666666; =
FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
.tableHeading {
	FONT-VARIANT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; COLOR: #996666; FONT-SIZE: 10px; FONT-WEIGHT: =
bold
}
.tableText2 {
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; =
COLOR: #ffffff; FONT-SIZE: 10px; FONT-WEIGHT: normal
}
.tableText3 {
	FONT-VARIANT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; COLOR: #333333; FONT-SIZE: 10px; FONT-WEIGHT: =
bold
}
.table4black {
	FONT-VARIANT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; COLOR: #333333; FONT-SIZE: 10px; FONT-WEIGHT: =
normal
}
.bordercolor {
	FONT-VARIANT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; BACKGROUND: #e0eeee; COLOR: #333333; FONT-SIZE: =
9px; FONT-WEIGHT: normal
}
OPTION {
	BORDER-BOTTOM: #000000 0px groove; BORDER-LEFT: #000000 0px groove; =
BACKGROUND-COLOR: #ececec; FONT-FAMILY: Verdana, Arial, Sans-serif; =
COLOR: black; FONT-SIZE: 9pt; BORDER-TOP: #000000 0px groove; =
BORDER-RIGHT: #000000 0px groove
}
.geo_checkbox {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; FONT-FAMILY: Verdana, Arial, =
Sans-serif; BACKGROUND: grey; COLOR: #ffffcc; FONT-SIZE: 9pt; =
BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
SELECT {
	BORDER-BOTTOM-COLOR: #000000; BACKGROUND-COLOR: #ececec; =
BORDER-TOP-COLOR: #000000; FONT-FAMILY: Verdana, Arial, Sans-serif; =
COLOR: black; BORDER-RIGHT-COLOR: #000000; FONT-SIZE: 9pt; =
BORDER-LEFT-COLOR: #000000
}
TEXTAREA {
	BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-COLOR: #000000; =
BORDER-RIGHT-STYLE: groove; BACKGROUND-COLOR: #ececec; BORDER-TOP-COLOR: =
#000000; FONT-FAMILY: Verdana, Arial, Sans-serif; BORDER-TOP-STYLE: =
groove; COLOR: black; BORDER-RIGHT-COLOR: #000000; FONT-SIZE: 10pt; =
BORDER-LEFT-STYLE: groove; BORDER-LEFT-COLOR: #000000
}
INPUT {
	BORDER-BOTTOM: black 1px groove; BORDER-LEFT: black 1px groove; =
BACKGROUND-COLOR: #ececec; FONT-FAMILY: Verdana, Arial, Sans-serif; =
COLOR: black; FONT-SIZE: 10pt; BORDER-TOP: black 1px groove; =
BORDER-RIGHT: black 1px groove
}
.nav_inputbox {
	BORDER-BOTTOM: black 1px groove; BORDER-LEFT: black 1px groove; =
BACKGROUND-COLOR: #ececec; FONT-FAMILY: Verdana, Arial, Sans-serif; =
COLOR: #3182a6; FONT-SIZE: 10pt; BORDER-TOP: black 1px groove; =
BORDER-RIGHT: black 1px groove
}
.inputform {
	BORDER-BOTTOM: #336699 1pt groove; BORDER-LEFT: #336699 1pt groove; =
BACKGROUND-COLOR: #ffffff; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: =
9pt; BORDER-TOP: #336699 1pt groove; BORDER-RIGHT: #336699 1pt groove
}
.entrez {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #666666; =
FONT-SIZE: 11px; VERTICAL-ALIGN: text-top; FONT-WEIGHT: normal
}
.homepageLink {
	FONT-VARIANT: normal; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif; COLOR: #666666; FONT-SIZE: 11px; FONT-WEIGHT: =
bold; TEXT-DECORATION: none
}
A.homepageLink:link {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #666666; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.homepageLink:hover {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
11px; TEXT-DECORATION: underline
}
.HELPBAR {
	COLOR: #999999; FONT-SIZE: 8.1pt; TEXT-DECORATION: none
}
.HELPBAR A {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: =
#587da1; FONT-SIZE: 8pt; TEXT-DECORATION: none
}
.HELPBAR A:hover {
	BACKGROUND-COLOR: #4185b1; COLOR: #d9e3ee; TEXT-DECORATION: none
}
A.MainTopMenu:link {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainTopMenu:visited {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainTopMenu:active {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainTopMenu:hover {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #001a4f; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainSideMenu:link {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #f9d903; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainSideMenu:visited {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #f9d903; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainSideMenu:active {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A.MainSideMenu:hover {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: white; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
.MainSideMenu {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #f9d903; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.Top_Navigation:link {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #2f6e87; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.Top_Navigation:visited {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #2f6e87; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.Top_Navigation:active {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #336699; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.Top_Navigation:hover {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #1f4468; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
.Top_Navigation_arrow {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #f9d903; FONT-SIZE: 10px; =
TEXT-DECORATION: none
}
.Top_Navigation_text {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #2f6e87; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.MainSideSubMenu:link {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #c3e1e7; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.MainSideSubMenu:visited {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #9dbfc5; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.MainSideSubMenu:active {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #336699; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.MainSideSubMenu:hover {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #e0d797; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.TopExtraLinks:link {
	FONT-FAMILY: Helvetica, Arial, Sans-serif; COLOR: #002ba5; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.TopExtraLinks:visited {
	FONT-FAMILY: Helvetica, Arial, Sans-serif; COLOR: #002ba5; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.TopExtraLinks:active {
	FONT-FAMILY: Helvetica, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.TopExtraLinks:hover {
	FONT-FAMILY: Helvetica, Arial, Sans-serif; COLOR: #038383; FONT-SIZE: =
11px; TEXT-DECORATION: none
}
A.TopProjectInfoLinks:link {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #c9c9c9; FONT-SIZE: =
10px; TEXT-DECORATION: none
}
A.TopProjectInfoLinks:visited {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #c9c9c9; FONT-SIZE: =
10px; TEXT-DECORATION: none
}
A.TopProjectInfoLinks:active {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #336699; FONT-SIZE: =
10px; TEXT-DECORATION: none
}
A.TopProjectInfoLinks:hover {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: white; FONT-SIZE: 10px; =
TEXT-DECORATION: none
}
.TopProjectInfoLinksSep {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #c9c9c9; FONT-SIZE: =
10px; TEXT-DECORATION: none
}
UL.toc {
	FONT-FAMILY: sans-serif; FONT-SIZE: 8pt
}
UL.toc LI {
	LIST-STYLE-TYPE: square
}
UL.toc .close {
	LIST-STYLE-IMAGE: url(close.gif)
}
UL.toc .open {
	LIST-STYLE-IMAGE: url(open.gif)
}
UL.toc UL LI {
	LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none
}
UL.toc UL {
	DISPLAY: none
}
UL.toc UL UL {
	DISPLAY: none
}
UL.toc .expanded {
	DISPLAY: block
}
.DataSetHeader {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #5f5f5f; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.DataSetHeader:link {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #5f5f5f; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.DataSetHeader:visited {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #5f5f5f; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.DataSetHeader:active {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #5f5f5f; FONT-SIZE: 12px; =
TEXT-DECORATION: none
}
A.DataSetHeader:hover {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #315981; FONT-SIZE: 12px; =
TEXT-DECORATION: underline
}
.DataSetDetailed {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #183a5d; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.DataSetDetailed:link {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #0056cc; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.DataSetDetailed:visited {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #0056cc; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.DataSetDetailed:active {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #0056cc; FONT-SIZE: 11px; =
TEXT-DECORATION: none
}
A.DataSetDetailed:hover {
	FONT-FAMILY: Arial, Sans-serif; COLOR: #057279; FONT-SIZE: 11px; =
TEXT-DECORATION: underline
}
A:link {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #0056cc; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A:visited {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #00948f; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A:active {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #00994e; FONT-SIZE: =
12px; TEXT-DECORATION: none
}
A:hover {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: #057279; FONT-SIZE: =
12px; TEXT-DECORATION: underline
}
P.justify {
	TEXT-ALIGN: justify; MARGIN-TOP: 0px; FONT-FAMILY: Verdana, Arial, =
Sans-serif; COLOR: black; TEXT-DECORATION: none
}
P {
	MARGIN-TOP: 0px; FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: black; =
TEXT-DECORATION: none
}
.SMALL2 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10pt
}
P {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; FONT-SIZE: 12px
}
TD {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; FONT-SIZE: 12px
}
TR {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; FONT-SIZE: 12px
}
TEXTAREA.topquery {
	BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-COLOR: #000000; =
BORDER-RIGHT-STYLE: groove; BACKGROUND-COLOR: #c9d0d6; BORDER-TOP-COLOR: =
#000000; FONT-FAMILY: Verdana, Arial, Sans-serif; BORDER-TOP-STYLE: =
groove; COLOR: black; BORDER-RIGHT-COLOR: #000000; FONT-SIZE: 10pt; =
BORDER-LEFT-STYLE: groove; BORDER-LEFT-COLOR: #000000
}
INPUT.topquery {
	BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-COLOR: #000000; =
BORDER-RIGHT-STYLE: groove; BACKGROUND-COLOR: #bbd8e3; BORDER-TOP-COLOR: =
#000000; FONT-FAMILY: Verdana, Arial, Sans-serif; BORDER-TOP-STYLE: =
groove; COLOR: black; BORDER-RIGHT-COLOR: #000000; FONT-SIZE: 8pt; =
BORDER-LEFT-STYLE: groove; BORDER-LEFT-COLOR: #000000
}
.topquery {
	FONT-FAMILY: Verdana, Arial, Sans-serif; COLOR: white; FONT-SIZE: 13px; =
TEXT-DECORATION: none
}
.MessageBox {
	FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #006699; FONT-SIZE: =
11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
.Title1 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: white; =
FONT-SIZE: 12px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
.PubmedCitation UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: =
0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.PubmedCitation LI {
	BACKGROUND-COLOR: #fff; MARGIN-BOTTOM: 4px
}
.PubmedCitation .source {
	FONT-STYLE: italic
}
DIV#seqViewerWrapper {
	BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; =
PADDING-BOTTOM: 5px; BACKGROUND-COLOR: #eeeeee; MARGIN: 5px; =
PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; =
BORDER-RIGHT: #ddd 1px solid; PADDING-TOP: 5px
}
DIV#seqViewerWrapper P {
	FONT-SIZE: 1.1em; FONT-WEIGHT: bold
}
DIV#seqViewerWrapper SPAN.new {
	COLOR: red
}
UL#seqViewerUL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: =
0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
UL#seqViewerUL LI {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: =
0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
UL#seqViewerUL {
	TEXT-ALIGN: center; MARGIN: 10px 0px
}
UL#seqViewerUL LI {
	MARGIN: 0px 1px; DISPLAY: inline
}
UL#seqViewerUL LI A {
	BORDER-BOTTOM: #888888 1px solid; BORDER-LEFT: #888888 1px solid; =
PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; WIDTH: auto; PADDING-RIGHT: 3px; =
BACKGROUND: url(../img/gray_gradient.png) #f9f9f9 repeat-x 0px bottom; =
COLOR: #666666; BORDER-TOP: #888888 1px solid; FONT-WEIGHT: bold; =
BORDER-RIGHT: #888888 1px solid; PADDING-TOP: 3px
}
UL#seqViewerUL LI A:hover {
	BORDER-BOTTOM: #447744 1px solid; BORDER-LEFT: #447744 1px solid; =
BACKGROUND: #869774 0px 0px; COLOR: #ffffff; BORDER-TOP: #447744 1px =
solid; BORDER-RIGHT: #447744 1px solid; TEXT-DECORATION: none
}
SELECT#selectChromo {
	BORDER-BOTTOM: silver 1px solid; BORDER-LEFT: silver 1px solid; =
PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 2px; =
WIDTH: 250px; PADDING-RIGHT: 2px; BORDER-TOP: silver 1px solid; =
BORDER-RIGHT: silver 1px solid; PADDING-TOP: 2px
}
BUTTON#submit2viewer {
	CURSOR: pointer
}
SELECT#selectChromo {
	MARGIN: 6px 6px 0px 0px
}
BUTTON#submit2viewer {
	MARGIN: 6px 6px 0px 0px
}
DIV.snapShot {
	BORDER-BOTTOM: silver 1px solid; TEXT-ALIGN: center; BORDER-LEFT: =
silver 1px solid; MARGIN-BOTTOM: 6px; BORDER-TOP: silver 1px solid; =
BORDER-RIGHT: silver 1px solid
}

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/query/acc.css

.gp_id UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: =
0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.gp_id LI {
	BACKGROUND-COLOR: #fff; MARGIN-BOTTOM: 4px
}
.edit {
	BACKGROUND-COLOR: #cdfecd
}
.citation_missing {
	FONT-STYLE: italic
}

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/javascript/imagemouseover.js

=0A=
agent =3D navigator.userAgent=0A=
=0A=
browserVer =3D 2;=0A=
=0A=
    if (agent.substring(0,7) =3D=3D "Mozilla")=0A=
=0A=
     {=0A=
=0A=
     if (parseInt(agent.substring(8,9)) >=3D 3) {browserVer =3D 1;}=0A=
=0A=
     }=0A=
=0A=
	if ( (navigator.userAgent.indexOf("Opera")!=3D-1) && =
(navigator.userAgent.indexOf("7.")!=3D-1)) 						=0A=
=0A=
		{ browserVer =3D 1; }=0A=
=0A=
   if (browserVer =3D=3D 1) {=0A=
=0A=
	unl_menu_noa=3Dnew Image(1,1);=0A=
    =
unl_menu_noa.src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/template1/=
top3_ulm_no_a.gif";=0A=
	=0A=
	=0A=
	unl_menu_home_a=3Dnew Image(1,1);=0A=
    =
unl_menu_home_a.src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/templat=
e1/top3_ulm_home_a.gif";=0A=
=0A=
	unl_menu_search_a=3Dnew Image(1,1);=0A=
    =
unl_menu_search_a.src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/templ=
ate1/top3_ulm_search_a.gif";=0A=
=0A=
	unl_menu_sitemap_a=3Dnew Image(1,1);=0A=
    =
unl_menu_sitemap_a.src=3D"http://www.ncbi.nlm.nih.gov/coreweb/images/temp=
late1/top3_ulm_sitemap_a.gif";=0A=
	=0A=
	=0A=
=0A=
  }=0A=
=0A=
  function changpics(ImgIn, ImgOut) {=0A=
=0A=
   if (browserVer =3D=3D 1) {=0A=
=0A=
   ImgIn.src =3D ImgOut.src;=0A=
=0A=
//  document.images[ImgIn].src =3D eval(ImgOut + ".src")=0A=
=0A=
	 }=0A=
}=0A=
=0A=
   function switchpics(Img_Name, ImgOpen , ImgClose ) {=0A=
=0A=
   if (browserVer =3D=3D 1) {=0A=
   =0A=
   var current_gif =3D Img_Name.src;=0A=
=0A=
   if (current_gif.indexOf("open.gif") =3D=3D -1 )=0A=
   {=0A=
// Replace with mgOpen 'OPEN' image    =0A=
   Img_Name.src =3D ImgOpen.src;=0A=
   } else {=0A=
// Replace with ImgClose 'CLOSE' image       =0A=
   Img_Name.src =3D ImgClose.src;=0A=
   }=0A=
=0A=
	 }=0A=
=0A=
  }=0A=
=0A=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/coreweb/javascript/show_message.js

function onLinkOver(message_id , message) {=0A=
    =0A=
		if ((message_id) && (message)) {=0A=
	=0A=
		if (document.all||document.getElementById) {=0A=
                if (document.getElementById) {=0A=
				=0A=
                        document.getElementById(message_id).innerHTML =
=3D message;=0A=
                }=0A=
                else {=0A=
//                        message_id.innerHTML =3D message;=0A=
						  return;=0A=
				      }=0A=
			   }=0A=
		}=0A=
}=0A=
function onLinkOut(message_id , message ) {=0A=
		if (message_id) {=0A=
        if (document.all||document.getElementById) {=0A=
=0A=
			if (!message) { message=3D'&nbsp;'; }=0A=
                if (document.getElementById) {=0A=
                        document.getElementById(message_id).innerHTML =
=3D message;=0A=
          		}=0A=
                else {=0A=
                        =0A=
//						message_id.innerHTML =3D message;=0A=
						return;=0A=
				      }=0A=
				   }=0A=
			}=0A=
}=0A=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/corehtml/jsutils/utils.1.js

// =
/web/private/htdocs/staff/sponomar/TEST/corehtml/jsutils/utils.1.js.orig=0A=
=0A=
var =
utils=3D{KeyCode_TAB:9,KeyCode_DELETE:46,KeyCode_BACKSPACE:8,KeyCode_LEFT=
_ARROW:37,KeyCode_RIGHT_ARROW:39,KeyCode_HOME:36,KeyCode_END:35,KeyCode_P=
AGE_UP:33,KeyCode_PAGE_DOWN:34,KeyCode_UP_ARROW:38,KeyCode_DOWN_ARROW:40,=
KeyCode_ESC:27,KeyCode_ENTER:13,KeyCode_SPACE:32,KeyCode_SHIFT_KEY:16,Key=
Code_CTRL_KEY:17,KeyCode_ALT_KEY:18,KeyCode_LEFT_MS_WINDOWS_KEY:91,KeyCod=
e_RIGHT_MS_WINDOWS_KEY:92,KeyCode_MS_MENU_KEY:93,bIsIe:0/*@cc_on+1@*/,isO=
bject:function(a){return(a&&typeof =
a=3D=3D'object');},isArray:function(a){return =
this.isObject(a)&&a.constructor=3D=3DArray;},getParent:function(obj){if(o=
bj){var =
result=3Dobj.parentNode;while(result&&result.nodeType!=3D1)result=3Dresul=
t.nextSibling;if(result)return result;}=0A=
return null;},getFirstChild:function(obj){if(obj){var =
result=3Dobj.firstChild;while(result&&result.nodeType!=3D1)result=3Dresul=
t.nextSibling;if(result)return result;}=0A=
return null;},getNextSibling:function(obj,tagName){if(obj){var =
result=3Dobj.nextSibling;if(tagName){var =
tn=3DtagName.toUpperCase();while(result&&result.tagName!=3Dtn)result=3Dre=
sult.nextSibling;}else{while(result&&result.nodeType!=3D1)result=3Dresult=
.nextSibling;}=0A=
return result;}=0A=
return null;},getPreviousSibling:function(obj,tagName){if(obj){var =
result=3Dobj.previousSibling;if(tagName){var =
tn=3DtagName.toUpperCase();while(result&&result.tagName!=3Dtn)result=3Dre=
sult.previousSibling;}else{while(result&&result.nodeType!=3D1)result=3Dre=
sult.previousSibling;}=0A=
return result;}=0A=
return null;},nextItem:function(item,nodeName){if(item=3D=3Dnull)return =
null;var =
next=3Ditem.nextSibling;while(next!=3Dnull){if(next.nodeName=3D=3DnodeNam=
e)return next;next=3Dnext.nextSibling;}=0A=
return null;},previousItem:function(item,nodeName){var =
previous=3Ditem.previousSibling;while(previous!=3Dnull){if(previous.nodeN=
ame=3D=3DnodeName)return previous;previous=3Dprevious.previousSibling;}=0A=
return null},moveBefore:function(item1,item2){var =
parent=3Ditem1.parentNode;parent.removeChild(item1);parent.insertBefore(i=
tem1,item2);},moveAfter:function(item1,item2){var =
parent=3Ditem1.parentNode;parent.removeChild(item1);parent.insertBefore(i=
tem1,item2?item2.nextSibling:null);},insertAfter:function(parent,node,ref=
erenceNode){parent.insertBefore(node,referenceNode.nextSibling);},removeC=
hildren:function(oObj){if(!oObj||typeof =
oObj!=3D"object")return;while(oObj&&oObj.hasChildNodes()){this.removeAllC=
hildren(oObj.firstChild);oObj.removeChild(oObj.firstChild);}},removeAllCh=
ildren:function(oObj){this.removeChildren(oObj);},getTextContent:function=
(x){/*@cc_on return x.text;@*/return =
x.textContent;},createCookie:function(name,value,days,path){if(days){var =
date=3Dnew Date();date.setTime(date.getTime()+(days*24*60*60*1000));var =
expires=3D'; expires=3D'+date.toGMTString();}else =
expires=3D'';document.cookie=3Dname+'=3D'+value+expires+'; =
path=3D'+(path?path:"/");},readCookie:function(name){var =
nameEQ=3Dname+'=3D';var ca=3Ddocument.cookie.split(';');for(var =
i=3D0;i<ca.length;i++){var c=3Dca[i];while(c.charAt(0)=3D=3D' =
')c=3Dc.substring(1,c.length);if(c.indexOf(nameEQ)=3D=3D0)return =
c.substring(nameEQ.length,c.length);}=0A=
return"";},eraseCookie:function(name){document.cookie=3Dname+"=3Dnull; =
expires=3DThu, 01-Jan-1970 00:00:01 GMT; domain=3Dnih.gov; =
path=3D/";document.cookie=3Dname+"=3D; expires=3DThu, 01-Jan-1970 =
00:00:01 GMT; domain=3Dnih.gov; =
path=3D/";document.cookie=3D"";},addClass:function(element,className){if(=
!this.hasClass(element,className)){if(element.className)element.className=
+=3D" "+className;else =
element.className=3DclassName;}},removeClass:function(element,className){=
var regexp=3Dnew RegExp("(^|\\s)"+className+"(\\s|$)");var =
b=3Dregexp.test(element.className);element.className=3Delement.className.=
replace(regexp,"$2");return b;},hasClass:function(element,className){var =
regexp=3Dnew RegExp("(^|\\s)"+className+"(\\s|$)");return =
regexp.test(element.className);},getXY:function(obj){var =
b=3D{x:0,y:0,w:obj.offsetWidth,h:obj.offsetHeight};if(obj.offsetParent){w=
hile(obj){b.x+=3Dobj.offsetLeft;b.y+=3Dobj.offsetTop;obj=3Dobj.offsetPare=
nt;}}else if(obj.x){b.x=3Dobj.x;b.y=3Dobj.y;}=0A=
return b;},getBorders:function(oObj){var =
res=3D{t:0,b:0,l:0,r:0,isInner:false};res.t=3Dthis.getStyle(oObj,"borderT=
opWidth");if(typeof(res.t)=3D=3D"string"&&res.t!=3D""){res.b=3Dthis.getSt=
yle(oObj,"borderBottomWidth");res.l=3Dthis.getStyle(oObj,"borderLeftWidth=
");res.r=3Dthis.getStyle(oObj,"borderRightWidth");}else{res.t=3Dthis.getS=
tyle(oObj,"border-top-width");res.b=3Dthis.getStyle(oObj,"border-bottom-w=
idth");res.l=3Dthis.getStyle(oObj,"border-left-width");res.r=3Dthis.getSt=
yle(oObj,"border-right-width");}=0A=
if(oObj.currentStyle){res.isInner=3Dtrue;}=0A=
return res;},getPaddings:function(oObj){var =
res=3D{t:0,b:0,l:0,r:0,isInner:false};res.t=3Dthis.getStyle(oObj,"padding=
Top");if(typeof(res.t)=3D=3D"string"&&res.t!=3D""){res.b=3Dthis.getStyle(=
oObj,"paddingBottom");res.l=3Dthis.getStyle(oObj,"paddingLeft");res.r=3Dt=
his.getStyle(oObj,"paddingRight");}else{res.t=3Dthis.getStyle(oObj,"paddi=
ng-top");res.b=3Dthis.getStyle(oObj,"padding-bottom");res.l=3Dthis.getSty=
le(oObj,"padding-left");res.r=3Dthis.getStyle(oObj,"padding-right");}=0A=
if(oObj.currentStyle){res.isInner=3Dtrue;}=0A=
return res;},getScrolls:function(){var =
dim=3D{x:0,y:0};if(self.pageYOffset){dim.x=3Dself.pageXOffset;dim.y=3Dsel=
f.pageYOffset;}else =
if(document.documentElement){dim.x=3Ddocument.documentElement.scrollLeft;=
dim.y=3Ddocument.documentElement.scrollTop;}else =
if(document.body){dim.x=3Ddocument.body.scrollLeft;dim.y=3Ddocument.body.=
scrollTop;}=0A=
dim.x=3DparseInt(dim.x);dim.y=3DparseInt(dim.y);return =
dim;},getWindowDim:function(){var =
dim=3D{w:0,h:0};if(self.innerHeight){dim.w=3Dself.innerWidth;dim.h=3Dself=
.innerHeight;}else =
if(document.documentElement&&document.documentElement.clientHeight){dim.w=
=3Ddocument.documentElement.clientWidth;dim.h=3Ddocument.documentElement.=
clientHeight;}else =
if(document.body){dim.w=3Ddocument.body.clientWidth;dim.h=3Ddocument.body=
.clientHeight;}=0A=
dim.w=3DparseInt(dim.w);dim.h=3DparseInt(dim.h);return =
dim;},getPageDim:function(oObj){var dim=3D{w:0,h:0};var test1,test2;var =
x;if(undefined=3D=3DoObj){x=3Ddocument.body;}else{x=3DoObj;}=0A=
var test1=3DparseInt(x.scrollHeight);var =
test2=3DparseInt(x.offsetHeight);if(test1>test2){dim.w=3DparseInt(x.scrol=
lWidth);dim.h=3Dtest1;}else{dim.w=3DparseInt(x.offsetWidth);dim.h=3Dtest2=
;}=0A=
return dim;},getStyle:function(oObj,styleProp){var =
res;if(oObj.currentStyle){res=3DoObj.currentStyle[styleProp];}=0A=
if(typeof(res)!=3D"string"){if(oObj.style){res=3DoObj.style[styleProp];}=0A=
if(typeof(res)!=3D"string"){if(document.defaultView){res=3Ddocument.defau=
ltView.getComputedStyle(oObj,null).getPropertyValue(styleProp);}=0A=
if(typeof(res)!=3D"string"){return null;}}}=0A=
return res;},drawText:function(sText,sId,add){if(!sId)sId=3D"debug";var =
obj=3Ddocument.getElementById(sId);if(obj){if(add)=0A=
obj.innerHTML=3D"<br/>"+sText;else=0A=
obj.innerHTML+=3DsText;}},selectRange:function(oObj,iStart,iLength){if(!(=
oObj&&oObj.value))return;if(oObj.createTextRange){var =
oRange=3DoObj.createTextRange();oRange.moveStart("character",iStart);oRan=
ge.moveEnd("character",iLength-oObj.value.length);oRange.select();}else =
if(oObj.setSelectionRange){oObj.setSelectionRange(iStart,iLength);}=0A=
oObj.focus();},getSelection:function(){var =
text=3D"";if(window.getSelection){text+=3Dwindow.getSelection();}else =
if(document.getSelection){text+=3Ddocument.getSelection();}else =
if(document.selection){text+=3Ddocument.selection.createRange().text;}=0A=
return text;},getPlural:function =
x_Plural(iN,sSuffix){if(undefined=3D=3DsSuffix){return(iN>1?"s":"");}else=
 =
if("y"=3D=3DsSuffix){return(iN>1?"ies":"");}else{return(iN>1?sSuffix+"s":=
sSuffix);}},getPeriodToString:function(iDelta){var x=3D"Error, cannot =
convert '"+iDelta+"'";var =
sDir;iDelta=3DparseInt(iDelta);if(iDelta<0){sDir=3D" =
before";iDelta=3D-iDelta;}else=0A=
sDir=3D" ago";var iS=3DparseInt(iDelta/1000);var =
iM,iH,iD;if(iS<60){x=3DiS+" =
second"+this.getPlural(iS);}else{iM=3DparseInt(iS/60);if(iM<60){x=3DiM+" =
minute"+this.getPlural(iM);}else{iH=3DparseInt(iM/60);if(iH<24){iM=3DiM-i=
H*60;x=3DiH+" hour"+this.getPlural(iH)+" and "+iM+" =
minute"+this.getPlural(iM);}else{iD=3DparseInt(iH/24);iH-=3DiD*24;x=3DiD+=
" day"+this.getPlural(iD)+" and "+iH+" hour"+this.getPlural(iH);}}}=0A=
return x+sDir;},isEmail:function(s){var =
filter=3D/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6=
}(?:\.[a-z]{2})?)$/i;return(filter.test(s))},addEvent_guid:1,addEvent:fun=
ction(element,type,handler){if(!handler.$$guid)handler.$$guid=3Dthis.addE=
vent_guid++;if(!element.events)element.events=3D{};var =
handlers=3Delement.events[type];if(!handlers){handlers=3Delement.events[t=
ype]=3D{};if(element["on"+type]){handlers[0]=3Delement["on"+type];}}=0A=
handlers[handler.$$guid]=3Dhandler;element["on"+type]=3DhandleEvent;funct=
ion handleEvent(event){var =
returnValue=3Dtrue;event=3Devent||fixEvent(window.event);var =
handlers=3Dthis.events[event.type];for(var i in =
handlers){this.$$handleEvent=3Dhandlers[i];if(this.$$handleEvent(event)=3D=
=3D=3Dfalse){returnValue=3Dfalse;}}=0A=
return returnValue;};function =
fixEvent(event){event.preventDefault=3DfixEvent.preventDefault;event.stop=
Propagation=3DfixEvent.stopPropagation;return =
event;};fixEvent.preventDefault=3Dfunction(){this.returnValue=3Dfalse;};f=
ixEvent.stopPropagation=3Dfunction(){this.cancelBubble=3Dtrue;};return =
handler.$$guid;},removeEvent:function(element,type,handler){if(element.ev=
ents&&element.events[type]){delete =
element.events[type][handler.$$guid];return handler.$$guid;}=0A=
return =
null;},preventDefault:function(e){if(e.preventDefault)e.preventDefault();=
else =
window.event.returnValue=3Dfalse;},getRelatedTarget:function(e){if(!e)var=
 e=3Dwindow.event;if(e.relatedTarget)return e.relatedTarget;else =
if(e.toElement)return e.toElement;else if(e.fromElement)return =
e.fromElement;},getTargetObj:function(eEvent){var oTarget;var =
e=3DeEvent||window.event;if(e=3D=3Dnull)return =
null;if(e.srcElement=3D=3Dnull)oTarget=3De.target;else =
oTarget=3De.srcElement;while(oTarget&&oTarget.nodeType!=3D1)oTarget=3DoTa=
rget.parentNode;return oTarget;},printObj:function(oObj,iLevel){var =
s=3D"";var sIdent=3D"";if(!iLevel)iLevel=3D0;for(var =
i=3D0;i<iLevel;i++){sIdent+=3D"__";}=0A=
for(var i in oObj){var ss=3D[];if("string"=3D=3Dtypeof =
oObj[i]){ss=3DoObj[i].split("<");}=0A=
s+=3DsIdent+" "+i+" : ["+(typeof oObj[i])+"] : =
"+ss.join("&lt;")+"<br/>";}=0A=
return s;},jsLoader:{oLoaded:[],sBase:"",load:function(aScripts){var =
oS=3Ddocument.getElementsByTagName("script");for(var =
j=3D0;j<oS.length;j++){if(oS[j].src=3D=3D"")continue;this.oLoaded.push(oS=
[j].src);}=0A=
var =
sHost=3Ddocument.location.protocol+"/"+"/"+document.location.host;var =
sPath=3Ddocument.location.pathname;sPath=3DsPath.substring(0,sPath.lastIn=
dexOf("/"))+"/";var =
oHead=3Ddocument.getElementsByTagName("head")[0];for(var =
i=3D0;i<aScripts.length;i++){var =
sNewSrc=3Dthis.sBase+aScripts[i];if(sNewSrc.indexOf(":/"+"/")=3D=3D-1){if=
(sNewSrc.indexOf("/")=3D=3D0){sNewSrc=3DsHost+sNewSrc;}else{sNewSrc=3DsHo=
st+sPath+sNewSrc;}}=0A=
var oS=3Ddocument.getElementsByTagName("script");var b=3Dtrue;for(var =
j=3D0;j<this.oLoaded.length;j++){if(sNewSrc=3D=3Dthis.oLoaded[j]){b=3Dfal=
se;}}=0A=
if(b){document.write("<script src=3D'"+sNewSrc+"' =
type=3D'text/javascript'></script>");this.oLoaded.push(sNewSrc);}}}},inse=
rtInHtml:function(text,obj){if(document.all){obj.innerHTML+=3Dtext;}else{=
var range=3Ddocument.createRange();range.setStartAfter(obj);var =
docFrag=3Drange.createContextualFragment(text);obj.appendChild(docFrag);}=
},replaceInHtml:function(text,obj){if(document.all){obj.innerHTML=3Dtext;=
}else{while(obj.hasChildNodes())obj.removeChild(obj.firstChild);var =
range=3Ddocument.createRange();range.setStartAfter(obj);var =
docFrag=3Drange.createContextualFragment(text);obj.appendChild(docFrag);}=
}};String.prototype.trimSpaces=3Dfunction(trimMode){var =
targetString=3Dthis;var =
iPos=3D0;if(!trimMode)trimMode=3D0;if(trimMode=3D=3D0||trimMode=3D=3D1){i=
f(targetString.charAt(iPos)=3D=3D" =
"){while(targetString.charAt(iPos)=3D=3D" =
")iPos++;targetString=3DtargetString.substr(iPos);}}=0A=
iPos=3DtargetString.length-1;if(trimMode=3D=3D0||trimMode=3D=3D2){if(targ=
etString.charAt(iPos)=3D=3D" "){while(targetString.charAt(iPos)=3D=3D" =
")iPos--;targetString=3DtargetString.substr(0,iPos+1);}}=0A=
return targetString;}=0A=
function $(){var elements=3Dnew Array();for(var =
i=3D0;i<arguments.length;i++){var element=3Darguments[i];if(typeof =
element=3D=3D'string')=0A=
element=3Ddocument.getElementById(element);if(arguments.length=3D=3D1)=0A=
return element;elements.push(element);}=0A=
return elements;}=0A=
function $C(attrValue,attrName,node,tag){if("*"=3D=3DattrValue){return =
$AN(attrName,node,tag);}=0A=
var oElements=3Dnew =
Array();if(!node)node=3Ddocument;if(!tag)tag=3D'*';if(!attrName)attrName=3D=
'class';var els=3Dnode.getElementsByTagName(tag);var =
elsLen=3Dels.length;var pattern=3Dnew =
RegExp("(^|\\s)"+attrValue+"(\\s|$)");var =
j=3D0;for(i=3D0;i<elsLen;i++){if(attrName=3D=3D"class"&&pattern.test(els[=
i].className)){oElements[j++]=3Dels[i];}else =
if(pattern.test(els[i].getAttribute(attrName))){oElements[j++]=3Dels[i];}=
}=0A=
return oElements;}=0A=
function $AN(attrName,node,tag){var oElements=3Dnew =
Array();if(node=3D=3Dnull)node=3Ddocument;if(tag=3D=3Dnull)tag=3D'*';var =
els=3Dnode.getElementsByTagName(tag);for(i=3D0;i<els.length;i++){if(els[i=
].getAttribute(attrName)!=3Dnull){oElements[oElements.length]=3Dels[i];}}=0A=
return oElements;}=0A=
function $N(name,node){var =
oElements=3D[];if(node=3D=3Dnull)node=3Ddocument;var =
els=3Dnode.getElementsByName(name);for(i=3D0;i<els.length;i++){oElements[=
oElements.length]=3Dels[i];}=0A=
return oElements;}
------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/corehtml/jsutils/remote_data_provider.1.js

// =
/web/private/htdocs/staff/sponomar/TEST/corehtml/jsutils/remote_data_prov=
ider.1.js.orig=0A=
=0A=
function =
RemoteDataProvider(sUrl){this.sUrl=3DsUrl;this.bAsync=3Dtrue;this.iTimeou=
t=3D0;var oHttpObj=3Dnull;}=0A=
RemoteDataProvider.iCount=3D0;RemoteDataProvider.prototype.x_GetHttpObj=3D=
function(){oHttpObj=3Dnull;try{oHttpObj=3Dnew =
ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{oHttpObj=3Dnew =
ActiveXObject("Microsoft.XMLHTTP")}catch(oc){oHttpObj=3Dnull;}}=0A=
if(!oHttpObj&&typeof XMLHttpRequest!=3D"undefined"){oHttpObj=3Dnew =
XMLHttpRequest();}=0A=
return oHttpObj;}=0A=
RemoteDataProvider.prototype.x_onChange=3Dfunction(oHttpObj,oTimer){if(oT=
imer.bTimeout)return;var =
iStatus;try{iStatus=3DoHttpObj.status;}catch(e){return;}=0A=
if(oHttpObj.readyState=3D=3D4&&iStatus=3D=3D200){RemoteDataProvider.iCoun=
t--;if(oTimer.oTimer)clearTimeout(oTimer.oTimer);this.onSuccess(oHttpObj)=
;this.onStop();}else =
if(oHttpObj.readyState=3D=3D4&&iStatus!=3D200){RemoteDataProvider.iCount-=
-;if(oTimer.oTimer)clearTimeout(oTimer.oTimer);this.onError(oHttpObj);thi=
s.onStop();}}=0A=
RemoteDataProvider.prototype.x_Init=3Dfunction(oTimer){var =
oHttpObj=3Dthis.x_GetHttpObj();if(null=3D=3DoHttpObj)return =
null;if(oHttpObj.readyState!=3D0)oHttpObj.abort();var =
oThis=3Dthis;if(this.bAsync){oHttpObj.onreadystatechange=3Dfunction(){oTh=
is.x_onChange(oHttpObj,oTimer);};}=0A=
RemoteDataProvider.iCount++;this.onStart();if(this.iTimeout>0){oTimer.bTi=
meout=3Dfalse;oTimer.oTimer=3DsetTimeout(function(){RemoteDataProvider.iC=
ount--;oTimer.bTimeout=3Dtrue;oHttpObj.abort();oThis.onTimeout(oThis.iTim=
eout);},this.iTimeout);}=0A=
return oHttpObj;}=0A=
RemoteDataProvider.prototype.Abort=3Dfunction(){if(RemoteDataProvider.iCo=
unt>0)RemoteDataProvider.iCount--;oHttpObj.abort();}=0A=
RemoteDataProvider.prototype.Get=3Dfunction(sRequest){var =
sUrl=3Dthis.sUrl+(sRequest?sRequest:"");var oTimer=3D{};var =
oHttpObj=3Dthis.x_Init(oTimer);if(oHttpObj){oHttpObj.open("get",sUrl,this=
.bAsync);oHttpObj.send(null);if(!this.bAsync){this.x_onChange(oHttpObj,oT=
imer);}}}=0A=
RemoteDataProvider.prototype.Post=3Dfunction(sRequest){this.Request(null,=
sRequest);}=0A=
RemoteDataProvider.prototype.Request=3Dfunction(sGetRequest,sPostRequest)=
{var sUrl=3Dthis.sUrl+(sGetRequest?sGetRequest:"");var oTimer=3D{};var =
oHttpObj=3Dthis.x_Init(oTimer);if(oHttpObj){if(typeof =
sPostRequest!=3D"string"||sPostRequest=3D=3D""){sPostRequest=3D"";}=0A=
if(sPostRequest>""){oHttpObj.open("post",sUrl,this.bAsync);oHttpObj.setRe=
questHeader("Content-type","application/x-www-form-urlencoded");oHttpObj.=
setRequestHeader("Content-length",sPostRequest.length);oHttpObj.send(sPos=
tRequest);}else{oHttpObj.open("get",sUrl,this.bAsync);oHttpObj.send(null)=
;}=0A=
if(!this.bAsync){this.x_onChange(oHttpObj,oTimer);}}}=0A=
RemoteDataProvider.prototype.onSuccess=3Dfunction(obj){alert(["succes:",o=
bj.responseText]);}=0A=
RemoteDataProvider.prototype.onStart=3Dfunction(){}=0A=
RemoteDataProvider.prototype.onStop=3Dfunction(){}=0A=
RemoteDataProvider.prototype.onError=3Dfunction(obj){alert(["error:",obj.=
status]);}=0A=
RemoteDataProvider.prototype.onTimeout=3Dfunction(iTime){alert(["timeout:=
",iTime+" ms"]);}
------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/templates/help_def_messages.js

<!-- Browser Check -->=0A=
=0A=
var RPopUpWindow_title4layer=3D""=0A=
var RPopUpWindow_inheight        //menu Height , will be calculated dep. =
on how may links=0A=
var RPopUpWindow_inwidth        //menu width=0A=
var RPopUpWindow_offsetx =3D 2=0A=
var RPopUpWindow_offsety =3D 2=0A=
var RPopUpWindow_HideSec =3D 1;=0A=
=0A=
var RPopUpWindow_menu_possible=3Dfalse;=0A=
RPopUpWindow_ns4=3D(document.layers)?true:false=0A=
RPopUpWindow_ns6=3D(navigator.userAgent.indexOf("Gecko")!=3D-1)?true:fals=
e=0A=
RPopUpWindow_mac45=3D(navigator.appVersion.indexOf("MSIE =
4.5")!=3D-1)?true:false=0A=
if(RPopUpWindow_ns6||RPopUpWindow_ns4)mac=3Dfalse=0A=
RPopUpWindow_opera=3D(navigator.userAgent.indexOf("Opera")!=3D-1)?true:fa=
lse=0A=
RPopUpWindow_icab=3D(navigator.userAgent.indexOf("iCab")!=3D-1)?true:fals=
e=0A=
RPopUpWindow_ie55=3D((navigator.appVersion.indexOf("MSIE =
8")!=3D-1||navigator.appVersion.indexOf("MSIE =
7")!=3D-1||navigator.appVersion.indexOf("MSIE =
6.0")!=3D-1||navigator.appVersion.indexOf("MSIE 5.5")!=3D-1))?true:false;=0A=
RPopUpWindow_ie5mac=3D((navigator.appVersion.indexOf("MSIE =
5")!=3D-1&&navigator.appVersion.indexOf("Mac")!=3D-1))?true:false;=0A=
=0A=
if ((RPopUpWindow_ie5mac&&RPopUpWindow_icab) || =
(RPopUpWindow_ie5mac&&RPopUpWindow_opera)) {RPopUpWindow_ie5mac=3Dfalse;}=0A=
RPopUpWindow_iens6 =3D RPopUpWindow_ns6 || RPopUpWindow_ie55 || =
RPopUpWindow_ie5mac ;=0A=
if ( RPopUpWindow_iens6 || RPopUpWindow_ns4 || RPopUpWindow_ie55 || =
RPopUpWindow_ie5mac ) { RPopUpWindow_menu_possible=3Dtrue;}=0A=
=0A=
=0A=
<!--DEFAULT VARIABLES-->=0A=
=0A=
RPopUpWindow_boxposLR_def=3D'right';=0A=
RPopUpWindow_boxposTB_def=3D'bottom';=0A=
RPopUpWindow_inboxcolor_def=3D'#E1E6EB';=0A=
RPopUpWindow_tfontcolor_def=3D'white';=0A=
RPopUpWiMoundow_bordercolor_def=3D'#32787A';=0A=
=0A=
=0A=
<!--GLOBAL VARIABLES-->=0A=
var PopUpMenuHelpLink =3D "";=0A=
var RPopUpWindow_doNOThide =3D false=0A=
var RPopUpWindow_linkArray_sum;=0A=
var RPopUpWindow_thename;=0A=
var RPopUpWindow_theobj;=0A=
var RPopUpWindow_thetext;=0A=
var RPopUpWindow_winHeight;=0A=
var RPopUpWindow_winWidth;=0A=
var RPopUpWindow_tableColor;=0A=
var RPopUpWindow_timerID;=0A=
var RPopUpWindow_seconds=3D0;=0A=
var RPopUpWindow_x=3D0;=0A=
var RPopUpWindow_y=3D0;=0A=
var RPopUpWindow_first_time=3Dfalse;=0A=
=0A=
=0A=
if(RPopUpWindow_ns4) {=0A=
	document.captureEvents(Event.MOUSEMOVE)=0A=
}=0A=
document.onmousemove=3DRgetMouseXY=0A=
=0A=
function RgetMouseXY(e)=0A=
{=0A=
=0A=
	if(RPopUpWindow_ns4||RPopUpWindow_ns6)=0A=
			{=0A=
	RPopUpWindow_x=3De.pageX;=0A=
	RPopUpWindow_y=3De.pageY;=0A=
			}else{=0A=
	RPopUpWindow_x=3Devent.clientX;=0A=
	RPopUpWindow_y=3Devent.clientY=0A=
			}=0A=
	if(RPopUpWindow_ie55){=0A=
	RPopUpWindow_x=3DRPopUpWindow_x+document.body.scrollLeft;=0A=
	RPopUpWindow_y=3DRPopUpWindow_y+document.body.scrollTop;=0A=
		}=0A=
=0A=
	return true=0A=
}=0A=
=0A=
/*=0A=
function Print_Html_Links(RPopUpWindow_links)=0A=
{=0A=
=0A=
RPopUpWindow_linkArraytmp =3D new Array=0A=
RPopUpWindow_linkArray_sum =3D" ";=0A=
RPopUpWindow_linkArraytmp =3D RPopUpWindow_links;=0A=
for(var i =3D 0; i < RPopUpWindow_linkArraytmp.length; i++) {=0A=
=0A=
	if (RPopUpWindow_linkArraytmp[i]) {=0A=
=0A=
RPopUpWindow_linkArray_sum+=3D" "+RPopUpWindow_linkArraytmp[i]+" ";=0A=
		}=0A=
	}=0A=
// menu Height calc.=0A=
return RPopUpWindow_linkArray_sum=0A=
}=0A=
*/=0A=
=0A=
function =
RPopUpWindow_BuildLinks(RPopUpWindow_links,RPopUpWindow_inheight,RPopUpWi=
ndow_text_style)=0A=
{=0A=
=0A=
=0A=
// menu Height and Width calc.=0A=
var RPopUpWindow_message_inheight =3D RPopUpWindow_inheight - 19;=0A=
=0A=
RPopUpWindow_linkArray_sum =3D "<tr><td width=3D1><img =
src=3D'http://www.ncbi.nlm.nih.gov/coreweb/template1/pix/pixel.gif' =
width=3D'1' height=3D'"+RPopUpWindow_message_inheight+"' alt=3D''  =
border=3D'0'></td><td align=3Dleft valign=3Dtop><font size=3D2 =
face=3D'arial, geneva, helvetica' =
class=3D'"+RPopUpWindow_text_style+"'>"+RPopUpWindow_links+"</font></td><=
/tr>";=0A=
=0A=
}=0A=
=0A=
function =
RbuildText(RPopUpWindow_tcolor,RPopUpWindow_bcolor,RPopUpWindow_inboxcolo=
r) {=0A=
// !!! SINGLE QUOTES INSIDE DOUBLE QUOTES.=0A=
=0A=
RPopUpWindow_text=3D"<table width=3D'100%' border=3D'0' =
cellspacing=3D'0' cellpadding=3D'1' >"=0A=
RPopUpWindow_text+=3D"<tr><td nowrap bgcolor=3D'"+RPopUpWindow_bcolor+"' =
><center><font face=3D'arial, geneva, helvetica' size=3D'1' =
color=3D'"+RPopUpWindow_tcolor+"' class=3D'menutitle'> =
"+RPopUpWindow_title4layer+" &nbsp;</font></center></td>"=0A=
RPopUpWindow_text+=3D"</tr></table>"=0A=
RPopUpWindow_text+=3D"<table width=3D'100%' border=3D'0' =
cellspacing=3D'0' cellpadding=3D'1' bgcolor=3D'"+RPopUpWindow_bcolor+"'>"=0A=
RPopUpWindow_text+=3D"<tr><td>"=0A=
RPopUpWindow_text+=3D"<table border=3D'0' cellspacing=3D'0' =
cellpadding=3D'0' width=3D'100%'>"=0A=
RPopUpWindow_text+=3D"<tr><td bgcolor=3D'"+RPopUpWindow_bcolor+"' =
align=3D'center' valign=3D'top'>"=0A=
RPopUpWindow_text+=3D"<table width=3D'100%' border=3D'0' =
cellspacing=3D'0' cellpadding=3D'1' =
bgcolor=3D'"+RPopUpWindow_inboxcolor+"'>"=0A=
RPopUpWindow_text+=3DRPopUpWindow_linkArray_sum=0A=
RPopUpWindow_text+=3D"</table></td></tr></table></td></tr></table>"=0A=
=0A=
return RPopUpWindow_text=0A=
}=0A=
=0A=
function =
RPopUpWindow_Set(RPopUpWindow_links_ids_line,RPopUpWindow_inwidth,RPopUpW=
indow_inheight,RPopUpWindow_boxposLR,RPopUpWindow_boxposTB,RPopUpWindow_i=
nboxcolor,RPopUpWindow_tfontcolor,RPopUpWindow_bordercolor,RPopUpWindow_t=
ext_style) {=0A=
=0A=
	if (!RPopUpWindow_menu_possible) {  return; }=0A=
	if (!RPopUpWindow_boxposLR) { =
RPopUpWindow_boxposLR=3DRPopUpWindow_boxposLR_def }=0A=
	if (!RPopUpWindow_boxposTB) { =
RPopUpWindow_boxposTB=3DRPopUpWindow_boxposTB_def }=0A=
	if (!RPopUpWindow_inboxcolor) { =
RPopUpWindow_inboxcolor=3DRPopUpWindow_inboxcolor_def }=0A=
	if (!RPopUpWindow_tfontcolor) { =
RPopUpWindow_tfontcolor=3DRPopUpWindow_tfontcolor_def }=0A=
	if (!RPopUpWindow_bordercolor) { =
RPopUpWindow_bordercolor=3DRPopUpWindow_bordercolor_def }=0A=
=0A=
	RPopUpWindow_first_time=3Dtrue;=0A=
	=
RPopUpWindow_BuildLinks(RPopUpWindow_links_ids_line,RPopUpWindow_inheight=
,RPopUpWindow_text_style)=0A=
	clearTimeout(RPopUpWindow_timerID)=0A=
	RPopUpWindow_winWidth=3DRPopUpWindow_inwidth=0A=
	RPopUpWindow_winHeight=3DRPopUpWindow_inheight=0A=
	=
RPopUpWindow_thetext=3DRbuildText(RPopUpWindow_tfontcolor,RPopUpWindow_bo=
rdercolor,RPopUpWindow_inboxcolor)=0A=
=0A=
	if (RPopUpWindow_iens6){ =
RPopUpWindow_browserWidth=3Ddocument.body.clientWidth; =
RPopUpWindow_browserHeight=3Ddocument.body.clientHeight;=0A=
				RPopUpWindow_ScrOffX=3Ddocument.body.scrollLeft; =
RPopUpWindow_ScrOffY=3Ddocument.body.scrollTop;=0A=
				}=0A=
	if (RPopUpWindow_ns4 || RPopUpWindow_ns6){ =
RPopUpWindow_browserWidth=3Dwindow.innerWidth; =
RPopUpWindow_browserHeight=3Dwindow.innerHeight;=0A=
				RPopUpWindow_ScrOffX=3Dwindow.pageXOffset; =
RPopUpWindow_ScrOffY=3Dwindow.pageYOffset; }=0A=
=0A=
	RPopUpWindow_boxPrePositionLR=3DRPopUpWindow_boxposLR;=0A=
	RPopUpWindow_boxPrePositionTB=3DRPopUpWindow_boxposTB;=0A=
=0A=
        RPopUpWindow_x =3D =
RPopUpWindow_browserWidth+RPopUpWindow_ScrOffX-RPopUpWindow_inwidth - 25=0A=
=0A=
	if ( RPopUpWindow_browserHeight+RPopUpWindow_ScrOffY < =
RPopUpWindow_y+RPopUpWindow_inheight ) { =
RPopUpWindow_boxPrePositionTB=3D"top" }=0A=
	if ( RPopUpWindow_y-RPopUpWindow_inheight < 0 ) { =
RPopUpWindow_boxPrePositionTB =3D "bottom" }=0A=
	if ( RPopUpWindow_browserWidth+RPopUpWindow_ScrOffX < =
RPopUpWindow_x+RPopUpWindow_inwidth ) { =
RPopUpWindow_boxPrePositionLR=3D"left" }=0A=
	if ( RPopUpWindow_x-RPopUpWindow_inwidth < 0 ) { =
RPopUpWindow_boxPrePositionLR =3D "right" }=0A=
	=
RPopUpWindow_boxPosition=3DRPopUpWindow_boxPrePositionTB+RPopUpWindow_box=
PrePositionLR;=0A=
=0A=
=0A=
	if (RPopUpWindow_boxPosition =3D=3D "bottomright") {=0A=
		RPopUpWindow_x=3DRPopUpWindow_x+RPopUpWindow_offsetx=0A=
		RPopUpWindow_y=3DRPopUpWindow_y+RPopUpWindow_offsety=0A=
	}=0A=
	if (RPopUpWindow_boxPosition =3D=3D "bottomleft") {=0A=
		=
RPopUpWindow_x=3DRPopUpWindow_x-(RPopUpWindow_offsetx+2)-RPopUpWindow_win=
Width=0A=
		RPopUpWindow_y=3DRPopUpWindow_y-RPopUpWindow_offsety=0A=
	}=0A=
	if (RPopUpWindow_boxPosition =3D=3D "topright") {=0A=
		RPopUpWindow_x=3DRPopUpWindow_x+RPopUpWindow_offsetx=0A=
		=
RPopUpWindow_y=3DRPopUpWindow_y+RPopUpWindow_offsety-RPopUpWindow_winHeig=
ht=0A=
	}=0A=
	if (RPopUpWindow_boxPosition =3D=3D "topleft") {=0A=
		=
RPopUpWindow_x=3DRPopUpWindow_x-(RPopUpWindow_offsetx+2)-RPopUpWindow_win=
Width=0A=
		=
RPopUpWindow_y=3DRPopUpWindow_y+RPopUpWindow_offsety-RPopUpWindow_winHeig=
ht=0A=
	}=0A=
=0A=
	if(RPopUpWindow_iens6){=0A=
=0A=
		RPopUpWindow_thename =3D "viewer"=0A=
		RPopUpWindow_theobj=3Ddocument.getElementById? =
document.getElementById(RPopUpWindow_thename):document.all.RPopUpWindow_t=
hename=0A=
		RPopUpWindow_theobj.style.width=3DRPopUpWindow_winWidth=0A=
		RPopUpWindow_theobj.style.height=3DRPopUpWindow_winHeight=0A=
		RPopUpWindow_theobj.style.left=3DRPopUpWindow_x=0A=
		RPopUpWindow_theobj.style.top=3DRPopUpWindow_y=0A=
			if(RPopUpWindow_iens6&&document.all) {=0A=
				RPopUpWindow_theobj.innerHTML =3D ""=0A=
				RPopUpWindow_theobj.insertAdjacentHTML("BeforeEnd","<table =
cellspacing=3D0 width=3D"+RPopUpWindow_winWidth+" =
height=3D"+RPopUpWindow_winHeight+" border=3D0><tr><td width=3D100% =
valign=3Dtop><font type=3D'arial' size=3D'2' =
style=3D'color:black;font-weight:normal'>"+RPopUpWindow_thetext+"</font><=
/td></tr></table>")=0A=
=0A=
			}=0A=
			if(RPopUpWindow_iens6&&!document.all) {=0A=
				RPopUpWindow_theobj.innerHTML =3D ""=0A=
				RPopUpWindow_theobj.innerHTML=3D"<table cellspacing=3D0 =
width=3D"+RPopUpWindow_winWidth+" height=3D"+RPopUpWindow_winHeight+" =
border=3D0><tr><td width=3D'100%' valign=3Dtop><font type=3D'arial' =
size=3D'2' =
style=3D'color:black;font-weight:normal'>"+RPopUpWindow_thetext+"</font><=
/td></tr></table>"=0A=
			}=0A=
	}=0A=
	if(RPopUpWindow_ns4){=0A=
		RPopUpWindow_thename =3D "nsviewer"=0A=
		RPopUpWindow_theobj =3D eval("document."+RPopUpWindow_thename)=0A=
		RPopUpWindow_theobj.left=3DRPopUpWindow_x=0A=
		RPopUpWindow_theobj.top=3DRPopUpWindow_y=0A=
		RPopUpWindow_theobj.width=3DRPopUpWindow_winWidth=0A=
		RPopUpWindow_theobj.clip.width=3DRPopUpWindow_winWidth=0A=
		RPopUpWindow_theobj.height=3DRPopUpWindow_winHeight=0A=
		RPopUpWindow_theobj.clip.height=3DRPopUpWindow_winHeight=0A=
		RPopUpWindow_theobj.document.write("<table cellspacing=3D0 =
width=3D"+RPopUpWindow_winWidth+" height=3D"+RPopUpWindow_winHeight+" =
border=3D0><tr><td width=3D100% =
valign=3Dtop>"+RPopUpWindow_thetext+"</td></tr></table>")=0A=
		RPopUpWindow_theobj.document.close()=0A=
		RPopUpWindow_theobj.captureEvents(Event.MOUSEOVER);=0A=
	    RPopUpWindow_theobj.onmouseover=3DRPopUpWindow_KeepShowNS4Obj;=0A=
	}=0A=
	RPopUpWindow_viewIt()=0A=
}=0A=
=0A=
function RPopUpWindow_KeepShowNS4Obj(){=0A=
    clearTimeout(RPopUpWindow_timerID)=0A=
  }=0A=
=0A=
function RPopUpWindow_viewIt() {=0A=
		if(RPopUpWindow_iens6) {=0A=
			RPopUpWindow_theobj.style.visibility=3D"visible"=0A=
			}=0A=
		if(RPopUpWindow_ns4) {=0A=
			RPopUpWindow_theobj.visibility =3D "visible"=0A=
		}=0A=
}=0A=
=0A=
function RPopUpWindow_doNOThideFunc() {=0A=
RPopUpWindow_doNOThide =3D true;=0A=
}=0A=
=0A=
function RPopUpWindow_Stop() {=0A=
if (RPopUpWindow_first_time){=0A=
	if(RPopUpWindow_iens6 && !RPopUpWindow_doNOThide) {=0A=
		RPopUpWindow_theobj.innerHTML =3D ""=0A=
		RPopUpWindow_theobj.style.visibility=3D"hidden"=0A=
		RPopUpWindow_theobj.style.width=3D1;=0A=
		RPopUpWindow_theobj.style.height=3D1;=0A=
		RPopUpWindow_theobj.style.left=3D1;=0A=
		RPopUpWindow_theobj.style.top=3D1;=0A=
		}=0A=
	if(RPopUpWindow_ns4) {=0A=
		RPopUpWindow_theobj.document.write("")=0A=
		RPopUpWindow_theobj.document.close()=0A=
		RPopUpWindow_theobj.visibility=3D"hidden"=0A=
		RPopUpWindow_theobj.left=3D1;=0A=
		RPopUpWindow_theobj.top=3D1;=0A=
		RPopUpWindow_theobj.width=3D1;=0A=
		RPopUpWindow_theobj.clip.width=3D1;=0A=
		RPopUpWindow_theobj.height=3D1;=0A=
		RPopUpWindow_theobj.clip.height=3D1;=0A=
=0A=
=0A=
		}=0A=
	RPopUpWindow_doNOThide=3Dfalse;=0A=
	}=0A=
}=0A=
=0A=
=0A=
=0A=
function RPopUpWindow_Hide_Layer() {=0A=
	RPopUpWindow_Hide_It(RPopUpWindow_HideSec)=0A=
	}=0A=
=0A=
function RPopUpWindow_Hide(sec) {=0A=
	if (!sec) { sec=3DRPopUpWindow_HideSec; }=0A=
	RPopUpWindow_HideSec =3D sec;=0A=
	RPopUpWindow_Hide_It(RPopUpWindow_HideSec)=0A=
	}=0A=
=0A=
function RPopUpWindow_Hide_It(sec) {=0A=
	RPopUpWindow_seconds=3DparseInt(sec)=0A=
	if(RPopUpWindow_seconds>0) {=0A=
		RPopUpWindow_seconds--;=0A=
		=
RPopUpWindow_timerID=3DsetTimeout("RPopUpWindow_Hide_It(RPopUpWindow_seco=
nds)",1000)=0A=
	}else{=0A=
		RPopUpWindow_Stop()=0A=
	}=0A=
}=0A=
=0A=
function RPopUpWindow_showpopuphelp() {=0A=
=0A=
eval (PopUpMenuHelpLink);=0A=
=0A=
}=0A=
=0A=
function RPopUp2WindowOpen(url,name,attributes) {=0A=
	var RPopUpWindowHandle;=0A=
    RPopUpWindowHandle =3D window.open(url,name,attributes);=0A=
}=0A=
=0A=
=0A=
if (RPopUpWindow_iens6){=0A=
document.write("<div id=3D'viewer' =
style=3D'background-color:#cccccc;marginleft:0;visibility:hidden;position=
:absolute;width:0;height:0;z-index:1;overflow:hidden' =
onmouseover=3D'clearTimeout(RPopUpWindow_timerID)' =
onClick=3D'RPopUpWindow_doNOThideFunc()' =
onmouseout=3D'RPopUpWindow_Hide_Layer()'></div>")=0A=
}=0A=
if (RPopUpWindow_ns4){=0A=
	document.write("<layer z-index=3D27 visibility=3Dhidden id=3Dnsviewer =
bgcolor=3D#cccccc width=3D0 height=3D0 =
onmouseout=3D'RPopUpWindow_Hide_Layer()'></layer>");=0A=
	hideobj =3D eval("document.nsviewer")=0A=
	hideobj.visibility=3D"hidden"=0A=
}=0A=
=0A=
=0A=
=0A=
=0A=
// the following are seen on many pages=0A=
var geo_default_help =3D "GEO help: Mouse over screen elements for =
information";=0A=
var geo_empty_help =3D "&nbsp;";=0A=
var geopager_columnheader =3D "Click the column name to =
<strong>sort</strong> on that column. Click again to change the sort =
direction"=0A=
var geopager_first =3D "Go to the <strong>first</strong> page"=0A=
var geopager_prev =3D "Go to <strong>previous</strong> page"=0A=
var geopager_next =3D "Go to the <strong>next</strong> page"=0A=
var geopager_last =3D "Go to the <strong>last</strong> page"=0A=
var geopager_pageno =3D "Go to the selected page <strong>number</strong>"=0A=
var geopager_pgsize =3D "Enter the page <strong>size</strong> in rows =
here"=0A=
var geopager_go =3D "<strong>Go</strong> to the indicated page"=0A=
var geologinbar_login =3D "Click here to <strong>login</strong>. You =
need to do this only if you want to edit the contact information, submit =
data, see your unreleased data, or work with data already submitted by =
you. You do not need to login if you are here just to browse through =
public holdings"=0A=
var geologinbar_mysubmissions =3D "Click here to view <strong>your =
submissions</strong>, both public and unreleased"=0A=
var geologinbar_myinfo =3D "View your <strong>account =
information</strong>. You can also edit account information from here"=0A=
var geologinbar_logout =3D "Click here to <strong>logout</strong>"=0A=
var geologinbar_location =3D "This is your current =
<strong>location</strong>. Click on any point on the left to backtrack"=0A=
var geologinbar_path =3D "This is a step in the <strong>path</strong> to =
your current location. Click here to return to this step"=0A=
=0A=
// Browse Tree=0A=
var geo_browse_msg =3D "<b>Browse</b> public holdings...";=0A=
var browse_geo_accessions_msg =3D "Browse GEO's public collection of =
submitter-supplied Platform, Sample, or Series records";=0A=
var browse_geo_accessions_platforms_msg =3D "A GEO Platform record =
describes array specifications and/or defines the set of elements that =
may be detected and quantified in an experiment";=0A=
var browse_geo_accessions_samples_msg =3D "A GEO Sample record details =
biological source characteristics, experimental parameters, and the =
derived gene expression measurements for each element on the array";=0A=
var browse_geo_accessions_series_msg =3D "A GEO Series record defines a =
set of related Samples and provides a focal point and overall summary =
description of a study";=0A=
var browse_datasets_msg =3D "Browse GEO DataSet, Series and Platform =
records"=0A=
=0A=
// Query Tree=0A=
=0A=
var geo_query_msg =3D "<b>Query</b> public holdings...";=0A=
var query_geo_accession_msg =3D "Retrieve a specific record by entering =
a valid GEO accession number (GPLxxx, GSMxxx, GSExxx, GDSxxx)";=0A=
var query_gene_gene_profiles_msg =3D "Enter search term(s) to locate and =
view individual, DataSet-specific, gene expression profiles of interest. =
Search for gene names, gene symbols, experiment keywords, etc";=0A=
var query_datasets_msg =3D "Enter search term(s) to locate GEO Series, =
DataSets, or Platforms of interest. Search for experiment keywords, =
authors, etc";=0A=
var query_geo_blast_msg =3D "Query for gene expression profiles of =
interest based on nucleotide sequence similarity"=0A=
=0A=
// Submit Tree=0A=
var geo_submit_msg =3D "<b>Submit</b> to GEO...";=0A=
var submit_direct_deposit_update_msg =3D "Batch submit multiple data =
records using SOFTmatrix spreadsheets, SOFT files, MINiML files, etc. =
Batch updates to existing records may also be performed";=0A=
var submit_web_deposit_update_msg =3D "Submit individual Platform, =
Sample or Series records using simple, step-by-step interactive web =
forms. Updates to existing records may also be performed";=0A=
var submit_create_new_account_msg =3D "<strong>Create</strong> a new GEO =
account. This is only necessary for data deposit, not for data =
retrieval";=0A=
var submit_view_account_msg =3D "<strong>View</strong> your account. You =
can also edit your account. If you want to create an entirely new =
account, please logout first";=0A=
=0A=
var geoactionselect_new_button =3D "<strong>Start submission</strong> =
process for a record type that you have selected on the left of this =
button"=0A=
var geoactionselect_update_button =3D "<strong>Update</strong> a record =
that you have already submitted; the record type is selected on the left =
of this button"=0A=
var geoactionselect_platform_radio =3D "<strong>Platform</strong>: =
provides the array definition. Submission requires a plain text =
tab-delimited data table of the array template, and description of the =
array.  Platform submission is not necessary if your array is already =
deposited with GEO or if submitting SAGE data"=0A=
var geoactionselect_sample_radio =3D "<strong>Sample</strong>: a single =
hybridization or SAGE library. Submission requires a plain text =
tab-delimited data table containing measurement data and a description =
of the biological source and treatment protocols.  The corresponding =
Platform record must exist in GEO before Sample records can be submitted"=0A=
var geoactionselect_series_radio =3D "<strong>Series</strong>: groups =
your Samples into a common publication reference, and provides a =
description of the overall study aim and design.  A Series submission is =
required to complete the submission process. You must have submitted =
your Samples before creating a Series"=0A=
=0A=
var geologin_userid =3D "Enter your GEO account <strong>User ID</strong> =
here. If you do not have a GEO account, create one at the <i>Create a =
new account</i> link below. If you have forgotten your User ID, you can =
recover it at the <i>Recover a Used ID or password</i> link below"=0A=
var geologin_password =3D "Enter your <strong>password</strong> here. If =
you have forgotten your password, you can recover it at the <i>Recover a =
User ID or password</i> link below"=0A=
var geologin_persistent =3D "Keeps you permanently logged in for =
<strong>31</strong> days or until you explicitly <strong>log =
out</strong>"=0A=
var geologin_login =3D "Click to login with entered credentials"=0A=
var geologin_create =3D "Create a new GEO account here - you must have =
an account to submit data to GEO"=0A=
var geologin_recover =3D "If you already have a GEO account, but forgot =
the User ID and/or password required to access it, you can recover your =
account details here"=0A=
=0A=
var geologin_recoveremail =3D "Enter the e-mail address you supplied =
when you created the account. Information about all accounts registered =
with this e-mail will be sent to that address"=0A=
var geologin_recoversubmit =3D "Click to have the account information =
e-mailed to you"=0A=
var geologin_recovercreate =3D "If you do not remember the e-mail =
address you supplied when creating the account, or if that e-mail is no =
longer available, you can create a new account and work with it. Please =
contact GEO staff at geo@ncbi.nlm.nih.gov if you need additional =
assistance with accounts"=0A=
=0A=
var geoactionselect2_platformtype =3D "Select the category that =
describes the Platform <strong>distribution</strong>.  Microarrays are =
'commercial', 'non-commercial', or 'custom-commercial' in accordance =
with how the array was manufactured . Choose 'virtual' only if creating =
a virtual definition for MS, MPSS, SARST, or RT-PCR data."=0A=
var geoactionselect2_next =3D "Go to the next step of your submission"=0A=
var geoactionselect2_sampleissage =3D "Specify if this submission =
represents traditional Serial Analysis of Gene Expression (SAGE) data"=0A=
var geoactionselect2_samplechannelsingle =3D "Submit a single channel =
Sample. A single channel Sample represents a hybridization in which cDNA =
or cRNA derived from one biosource is hybridized with the array. A =
typical example would be an Affymetrix GeneChip hybridization"=0A=
var geoactionselect2_samplechanneldual =3D "Submit a dual channel =
Sample. A dual channel Sample represents a hybridization in which cDNA =
or cRNA derived from two biosources are differentially labeled and =
hybridized with the same array"=0A=
var geoactionselect2_samplechannelmulti =3D "If your Sample has more =
than two channels, select this choice and enter the number of channels"=0A=
var geoactionselect2_platformselected =3D "If your Sample is based on a =
Platform you submitted previously, you may select it here, or you may =
enter any existing Platform accession in the entry field below. If you =
are going to use an Affymetrix CHP file, please use the respective line =
here"=0A=
var geoactionselect2_platformentered =3D "Enter the Platform accession =
number that your Sample is based on. The Platform must already be =
submitted to GEO; if not, please go back and submit the Platform first"=0A=
var geoactionselect2_platformfind =3D "Click this button to =
<strong>search</strong> for a Platform accession"=0A=
var geoactionselect2_platformview =3D "Click this button to =
<strong>view</strong> the entered Platform"=0A=
=0A=
var geoactionselect3_accession =3D "Click the accession to =
<strong>update</strong> that record"=0A=
var geoactionselect3_baseplatformaccession =3D "Click the base Platform =
accession to <strong>see</strong> that Platform information"=0A=
=0A=
var geoedituser_userid =3D "Enter a <strong>user ID</strong>; you will =
use it to access your account. The user ID must be unique and contain =
only letters and numbers"=0A=
var geoedituser_reviewerid =3D "Enter a <strong>reviewer ID</strong>; a =
reviewer account has read-only access to your private submissions. The =
reviewer ID must be unique and contain only letters and numbers"=0A=
var geoedituser_passwordnew =3D "Enter a <strong>password</strong>; you =
will use it to access your account. The password must be between 6 and =
16 characters in length and must contain only letters and numbers"=0A=
var geoedituser_passwordchange =3D "To change your =
<strong>password</strong>, please enter the new password (6-16 =
characters, letters and numbers only) here and re-enter in the field =
below. If you want to keep the current password, just leave both fields =
empty"=0A=
var geoedituser_repassword =3D "Re-enter the =
password&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"=0A=
var geoedituser_entryfieldoptional =3D "Enter the requested information; =
you may leave this field empty; the information you enter here will be =
displayed on your records"=0A=
var geoedituser_entryfieldmandatory =3D "Enter the requested =
information; you must enter something here; the information you enter =
here will be displayed on your records"=0A=
var geoedituser_entryfieldemail =3D "Enter the =
<strong>e-mail(s)</strong> associated with this account. This field may =
be hidden from the general public if you choose. Please make sure the =
e-mail is correct, otherwise you will not be able to recover your =
password"=0A=
var geoedituser_showemail =3D "Check here if you want your e-mail to be =
shown to the general public. If unchecked, only you and GEO staff will =
be able to see your e-mail"=0A=
var geoedituser_entryfieldphone =3D "Enter the <strong>phone =
number</strong> associated with this account. This field may be hidden =
from the general public if you choose"=0A=
var geoedituser_showphone =3D "Check here if you want your phone number =
to be shown to the general public. If unchecked, only you and GEO staff =
will be able to see your phone number"=0A=
var geoedituser_entryfieldfax =3D "Enter the <strong>fax number</strong> =
associated with this account. This field may be hidden from the general =
public if you choose"=0A=
var geoedituser_showfax =3D "Check here if you want your fax number to =
be shown to the general public. If unchecked, only you and GEO staff =
will be able to see your fax number"=0A=
var geoedituser_persontocontact =3D "Provide details here about the =
person responsible for submitting the data to GEO if different from =
above (e.g., microarray facility personnel). GEO staff will contact this =
person should any submission problems arise. These contact details will =
not be displayed on GEO records."=0A=
var geoedituser_save =3D "Click to <strong>save</strong> the information =
you have entered. If this is a new account, you will also be =
automatically logged in as the newly created contact so you can start =
your submissions right away"=0A=
var geoedituser_cancel =3D "Does <strong>not</strong> save the changes"=0A=
=0A=
var geouserinfo_edit =3D "Click to <strong>edit</strong> your contact =
account information"=0A=
var geouserinfo_newreviewer =3D "Click to <strong>add</strong> a new =
global read-only reviewer linked to your account; this reviewer account =
provides global read access to all your data.  Limited access to =
individual submissions may be given from any of your private Series."=0A=
var geouserinfo_rmreviewer =3D "Click to <strong>remove</strong> this =
reviewer account"=0A=
=0A=
var geofindplatform_title =3D "Enter a word that is part of the title =
here; only Platforms which titles contain this word will be returned. =
Leave this field empty if the title in not important for your search"=0A=
var geofindplatform_selectcompanyname =3D "Select the company that =
manufactured the Platform or select N/A if this is not important for =
your search"=0A=
var geofindplatform_selectdistribution =3D "Select the Platform =
distribution. Select N/A if the distribution is not important for your =
search."=0A=
var geofindplatform_selectorganism =3D "Select the organism that is =
associated with the Platform. Select N/A if the organism is not =
important for your search. You can also type the organism in the field =
below if it is not present in the selection list"=0A=
var geofindplatform_enterorganism =3D "Enter a part of the organism name =
that is associated with the Platform. Enter N/A or leave blank if the =
organism is not important for your search"=0A=
var geofindplatform_find =3D "Click to <strong>find</strong> all =
Platforms that satisfy all the criteria entered on the left"=0A=
var geofindplatform_close =3D "Do not perform the search, close the =
window"=0A=
var geofindplatform_select =3D "Select this Platform to be used as the =
reference for your Sample submission. This window will close and the =
selected Platform accession number will be inserted in the relevant =
place in the Sample submission page"=0A=
var geofindplatform_open =3D "View the Platform in a new window"=0A=
=0A=
var geobrosta_publictotal =3D "Information about the number of public =
and unreleased records"=0A=
var geobrosta_publicbrowse =3D "Click on a line to browse through all =
public data of the respective type"=0A=
var geobrosta_mytotal =3D "Information about the number of public and =
unreleased records that were submitted by you"=0A=
var geobrosta_mybrowse =3D "Click on a line to browse through all data =
submitted by you. You will see both public and unreleased records"=0A=
=0A=
var geobrosubmi_name =3D "Click on the <strong>contact</strong> name to =
see public information"=0A=
var geobrosubmi_platforms =3D "Click to see all public =
<strong>Platforms</strong> submitted by this contact"=0A=
var geobrosubmi_samples =3D "Click to see all public =
<strong>Samples</strong> submitted by this contact"=0A=
var geobrosubmi_series =3D "Click to see all public =
<strong>Series</strong> submitted by this contact"=0A=
var geobrosubmi_forcelogin =3D "<strong>Login</strong> as this contact; =
no password needed"=0A=
=0A=
var geobroobje_viewaccession =3D "View this accession in the accession =
viewer"=0A=
var geobroobje_viewbaseplatform =3D "View the reference Platform for =
this Sample"=0A=
var geobroobje_bysubmitter =3D "View all data submitted by this contact"=0A=
var geobroobje_organismus =3D "View this <strong>organism</strong> in =
the taxonomy browser"=0A=
var geobroobje_dlrawdata =3D "Download this raw data file"=0A=
var geobroobje_approvecheckbox =3D "Click to change the approval status =
of the record"=0A=
var geobroobje_releasecheckbox =3D "Click here to move the release date =
of the record to today"=0A=
var geobroobje_save =3D "Use this button to save the approval/release =
date changes you have made on this page"=0A=
var geobroobje_platformfind =3D "Click this button to =
<strong>search</strong> for a Platform"=0A=
var geobroobje_metafilter =3D "Use this box to browse only accessions =
containing only the specified string in their descriptive part (data =
tables and supplementary data will not be searched)"=0A=
=0A=
var geoaxema_scope =3D "Select <strong>Self</strong> to see only this =
record, <strong>Platform</strong> to see all Platforms related to the =
current record, same for <strong>Samples</strong> and =
<strong>Series</strong>; select <strong>Family</strong> to see all =
records related to this accession"=0A=
var geoaxema_format =3D "Select whether you want to see the HTML =
rendition of the record or download the record as a SOFT-formatted file"=0A=
var geoaxema_amount =3D "Select amount of data you want to see: =
<strong>Brief</strong> shows overall information about the record, =
<strong>Quick</strong> adds the first 20 lines of all data tables =
associated with the accession, <strong>Full</strong> adds complete data =
tables, and <strong>Data</strong> retrieves only the data tables. Note =
that the Full and Data options are available only when exporting to a =
SOFT file and can lead to extended download times due to volume of data =
involved"=0A=
var geoaxema_acc =3D "Enter any valid accession number here (GPLxxx, =
GSMxxx, GSExxx, GDSxxx)"=0A=
var geoaxema_go =3D "Click to redisplay this screen with the newly =
selected options"=0A=
var geoaxema_recenter =3D "Click the accession to see it in the =
accession viewer"=0A=
var geoaxema_gds =3D "Search <strong>Entrez GEO DataSets</strong> for =
this accession"=0A=
var geoaxema_organismus =3D "View this <strong>organism</strong> in the =
taxonomy browser"=0A=
var geoaxema_update =3D "Click here if you want to update this record"=0A=
var geoaxema_mkreview =3D "Click here if you want to generate a =
<strong>reviewer link</strong> for this Series and for all accessions =
contained within it as well. The link will be e-mailed to your e-mail =
address"=0A=
var geoaxema_famsoft =3D "SOFT family files are text files that =
incorporate complete data and metadata for all Platform, Sample and =
Series records in the family."=0A=
var geoaxema_famminiml =3D "MINiML family files are XML files that =
incorporate complete data and metadata for all Platform, Sample and =
Series records in the family."=0A=
var geoaxema_fammatrix =3D "Series_matrix files are text files that =
include a tab-delimited value-matrix table generated from the 'VALUE' =
column of each Sample, headed by Sample and Series metadata. These files =
are suitable for loading into spreadsheet applications such as =
Excel.<br><strong>CAUTION:</strong> data are extracted directly from the =
original records with no consideration as to whether the values are =
directly comparable."=0A=
var geoaxema_pubmed =3D "Enter one or more PubMed ID(s). Separate =
multiple entries with comma."=0A=
=0A=
var geodesli_softtext =3D "Select this if you are uploading a file in =
<strong>SOFT</strong> format. If supplementary files are part of your =
submission, zip or tar them together with your SOFT file. Do not include =
any sub-directories or sub-folders in the zip or tar archive."=0A=
var geodesli_geoarchive =3D "Select this if you are uploading a file in =
<strong>GEOarchive</strong> format. All spreadsheets and raw data files =
should be zipped or tarred together"=0A=
var geodesli_softmatrix =3D "Select this if you are uploading a file in =
<strong>SOFTmatrix</strong> spreadsheet format. If supplementary files =
are part of your submission, zip or tar them together with your =
spreadsheet file."=0A=
var geodesli_miniml =3D "Select this if you are uploading a file in =
<strong>MINiML</strong> format. If external and/or supplementary files =
are part of your submission, zip or tar them together with your MINiML =
file. Do not include any sub-directories or sub-folders in the zip or =
tar archive."=0A=
var geodesli_other =3D "Select this if you are uploading updates or =
files requested by the GEO staff"=0A=
var geodesli_browsefile =3D "Type in the location of the file you are =
uploading on your machine or use the <strong>Browse</strong> button to =
select the file"=0A=
var geodesli_nextupload =3D "Click <strong>Next</strong> to upload the =
file and proceed to the next screen. If you experience browser timeouts =
during the file upload, please contact GEO staff at geo@ncbi.nlm.nih.gov =
for assistance."=0A=
var geodesli_holddate =3D "Enter a hold until date. A minimum hold of 2 =
days will be applied to any submission that has not yet been approved by =
the GEO staff."=0A=
var geodesli_maxerrors =3D "Enter maximum amount of reported errors in =
case your file has any."=0A=
var geodesli_neworupdate =3D "Choose whether you are making an entirely =
new submission or updating an existing one."=0A=
var geodesli_actsubmit =3D "Choose whether you want to submit the file =
or just check its validity"=0A=
var geodesli_clientfilename =3D "This tell you the local path to the =
file you have just uploaded"=0A=
var geodesli_upduseexistdate =3D "Do not change the release date for the =
object that you are updating"=0A=
var geodesli_releaseimmeddate =3D "Release as soon as possible (subject =
to GEO curators approval)"=0A=
var geodesli_comment =3D "Enter an optional comment here, the GEO staff =
person who processes your submission will see this comment"=0A=
var geodesli_submitnext =3D "Click here to make another submission using =
direct deposit"=0A=
=0A=
var geosubri_selectsoftfile =3D "Select the SOFT-formatted file; do not =
select any of the supplementary files. If you have created the SOFT file =
correctly, the supplementary files will be included automatically"=0A=
var geosubri_selectminimlfile =3D "Select the MINiML-formatted file; do =
not select any of the supplementary files. If you have created the =
MINiML file correctly, the supplementary files will be included =
automatically"=0A=
=0A=
var geosesu_title =3D "Provide a unique title that describes the overall =
study (maximum 120 characters)"=0A=
var geosesu_pmid =3D "Specify a valid PubMed identifier (PMID) that =
references a published article describing this study. Multiple PMIDs can =
be added using a comma separator, e.g. 12345678, 12345679"=0A=
var geosesu_url =3D "Specify a Web link that directs users to =
supplementary information about the study"=0A=
var geosesu_descr =3D "Summarize the goals and objectives of this study. =
The abstract from the associated publication may be suitable. You can =
include as much text as you need to thoroughly describe the study"=0A=
var geosesu_overalldesign =3D "Provide a brief description of the =
experimental design. Indicate how many samples are analyzed, if =
replicates are included, are there control and/or reference samples, =
dye-swaps, etc.. You can include as much text as you need to thoroughly =
describe the experimental design"=0A=
var geosesu_seriestype =3D "Enter keyword(s) that generally describe the =
type of study. Examples include: time course, dose response, comparative =
genomic hybridization, ChIP-chip, cell type comparison, disease state =
analysis, stress response, genetic modification, etc."=0A=
var geosesu_listcontribs =3D "List contributors associated with this =
study"=0A=
=0A=
=0A=
var geowesu_specifysmtitle =3D "Provide a unique title that describes =
this sample (maximum 120 characters). We suggest that you use the system =
[biomaterial]_[condition(s)]_[replicate number], e.g. =
\'Muscle_exercised_60min_rep2.\'"=0A=
var geowesu_specifypltitle =3D "Provide a unique title that describes =
your array (maximum 120 characters). We suggest that you use the system =
[institution/lab]_[species]_[number of features]_[version], e.g. =
\'FHCRC_Mouse_15K_v1.0\'"=0A=
var geowesu_datareleasedate =3D "Specify the date on which data can be =
released to the public. This submission can be held private for up to =
three years from today (the date can be extended later should the need =
arise). All submissions are kept private until reviewed/approved by a =
GEO curator (usually within 2 days)"=0A=
var geowesu_sampletagcount =3D "Specify the total number of tags =
extracted from library. A whole, non-zero number is required. The =
reciprocal of this number is used for SAGE library normalization."=0A=
var geowesu_hybrprotocol =3D "Describe the protocols used for =
hybridization, blocking and washing, and any post-processing steps such =
as staining. You can include as much text as you need to thoroughly =
describe the protocol"=0A=
var geowesu_scanprotocol =3D "Describe the scanning and image =
acquisition protocols, hardware, and software. You can include as much =
text as you need to thoroughly describe the protocol"=0A=
var geowesu_selectorgs_pl =3D "Identify the organism(s) from which the =
elements on the array were designed or derived. Multiple organisms can =
be specified by holding down the Ctrl key during selection."=0A=
var geowesu_specotherorgs_pl =3D "Use this box if one or more of the =
array organisms are missing from the above list. Text is required if =
OTHER was selected from the menu above. Multiple organism names should =
be separated with a comma"=0A=
var geowesu_manufacturer =3D "Provide the name of the company, facility =
or laboratory where the array was manufactured or produced"=0A=
var geowesu_manuprotocol =3D "Describe the array manufacture protocol. =
Include as much detail as possible, e.g., clone/primer set =
identification and preparation, spotting protocols. You can include as =
much text as you need to thoroughly describe the protocol"=0A=
var geowesu_catalognumber =3D "Provide the manufacturer catalog number =
for commercially-available arrays"=0A=
var geowesu_platformsupport =3D "Choose the surface type of the array"=0A=
var geowesu_coating =3D "Choose the coating on the array"=0A=
var geowesu_addsampleinfo =3D "Include any additional information not =
provided in the other fields, or paste in broad descriptions that cannot =
be easily dissected into the other fields"=0A=
var geowesu_addinfo =3D "Provide any additional descriptive information =
not captured in another field, e.g., array and/or feature physical =
dimensions, element grid system"=0A=
var geowesu_dataprocessing =3D "Provide details of how data in the VALUE =
column of your table were generated and calculated, i.e. normalization =
method, data selection procedures and parameters, transformation =
algorithm (e.g. MAS5.0). You can include as much text as you need to =
thoroughly describe the procedures"=0A=
var geowesu_url =3D "Specify a Web link that directs users to =
supplementary information about the array"=0A=
var geowesu_pmid =3D "Specify a valid PubMed identifier (PMID) that =
references a published article that describes the array. Multiple PMIDs =
can be added using a comma separator, e.g. 12345678, 12345679"=0A=
var geowesu_listcontribs =3D "List contributors associated with this =
array design"=0A=
var geowesu_namingsource =3D "Briefly identify the biological material =
and the experimental variable(s), e.g. \'vastus lateralis muscle, =
exercised, 60 min.\'"=0A=
var geowesu_selectorgs_sm =3D "Identify the organism(s) from which the =
biological material was derived. Multiple organisms can be specified by =
holding down the Ctrl key during selection"=0A=
var geowesu_specotherorgs_sm =3D "Use this box if one or more of the =
biological material organisms are missing from the above list. Text is =
required if OTHER was selected from the menu above. Multiple organism =
names should be separated with a comma"=0A=
var geowesu_samplecharacteristics =3D "List all available =
characteristics of the biological source e.g., \'Strain: C57BL/6\', =
\'Gender: female\', \'Age: 45 days\', \'Tissue:bladder tumor\', \'Tumor =
stage: Ta\'. You can include as much text as you need to thoroughly =
describe the biological material"=0A=
var geowesu_provider =3D "Specify the name of the company, laboratory or =
person that provided the biological material"=0A=
var geowesu_treatmentprotocol =3D "Describe any treatments applied to =
the biological material prior to extract preparation. You can include as =
much text as you need to thoroughly describe the protocol"=0A=
var geowesu_growthprotocol =3D "Describe the conditions that were used =
to grow or maintain organisms or cells prior to extract preparation. You =
can include as much text as you need to thoroughly describe the protocol"=0A=
var geowesu_specmolecule =3D "Specify the type of molecule that was =
extracted from the biological material"=0A=
var geowesu_extractprotocol =3D "Describe the protocol used to isolate =
the extract material. You can include as much text as you need to =
thoroughly describe the protocol"=0A=
var geowesu_speclabel =3D "Specify the compound used to label the =
extract e.g., biotin, Cy3, Cy5, 33P"=0A=
var geowesu_labelprotocol =3D "Describe the protocol used to label the =
extract. You can include a s much text as you need to thoroughly =
describe the protocol"=0A=
var geowesu_supplfile =3D "Upload supplementary raw data for this =
submission. Most typically this will be the spot intensity files derived =
from the images, e.g. Affymetrix CEL files, GenePix GPR files, and =
Agilent TXT files. If this Sample has more than one raw file you will =
need to package them into a ZIP (or similar) archive file before =
uploading. Note that raw data provision is required for MIAME compliance"=0A=
var geowesu_plsupplfile =3D "Upload supplementary raw data for this =
Platform submission. A supplementary Platform file typically represents =
the complete annotation template for a condensed Platform submission, =
for example, an Affymetrix .CDF or .PSI file. No expression measurement =
data should be included in this file. If you need to upload several =
files, you will need to package them into a ZIP (or similar) archive =
file before uploading"=0A=
var geowesu_listcontribs =3D "List contributors associated with this =
study"=0A=
=0A=
var geosudata_selectpltechnology =3D "Select the category that best =
describes the array technology. Contact us at geo@ncbi.nlm.nih.gov for =
help with technologies not listed"=0A=
var geosudata_supplyplatformdatafile =3D "Supply a plain text =
tab-delimited data table that represents the array template. Use the =
\'Browse\' button to select the local file to be uploaded. Refer to the =
\'Web Deposit Guide\' link above for Platform data table requirements =
and guidelines"=0A=
var geosudata_selectsmtechnology =3D "Select the anchoring enzyme used =
in your SAGE protocol, e.g., NlaIII or Sau3A. Protocol selection in SAGE =
libraries replaces platform selection.<br>A selection is required"=0A=
var geosudata_otherprotocol =3D "Specify an alternative anchor enzyme =
not listed in the Protocol menu above. Text is required if OTHER was =
selected from the menu above"=0A=
var geosudata_taglength =3D "Specify the base pair length of the tags =
(excluding anchor sequence)"=0A=
var geosudata_supplysampledatafile =3D "Supply a plain text =
tab-delimited data table that contains quantification data for one =
Sample. You can also use a CHP file instead (make sure it has .chp =
extension). Use the \'Browse\' button to select the local file to be =
uploaded. Refer to the \'Web Deposit Guide\' link above for Sample data =
table requirements and guidelines"=0A=
var geosudata_datafiletype =3D "<ul><li>We request that =
processed/normalized data be provided in the VALUE column<li>Raw data =
can be included in the table upload under additional (non-VALUE) column =
headers<li>We require that raw data be provided for all submissions. =
Although raw data may be included in your uploaded data table here, we =
recommend that supplemental raw data files are deposited for all =
submissions. Supplemental files may include the image files themselves =
(e.g. TIFF or JPG) and/or the quantification results files derived from =
the images (e.g. GPR, TXT, CEL). You will be given the opportunity to =
upload your supplemental files in a subsequent step</ul>"=0A=
var geosudata_skip =3D "If you do not want to upload a new data table, =
click this button to proceed directly to updating data field definitions"=0A=
=0A=
=0A=
=0A=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/core/jig/1.5/js/jig.min.js

(function(){function =
U(i){this.name=3Dthis.selector=3D"";this.onPage=3Dfalse;this.dependsOn=3D=
[];this.interactions=3D[];this.overrideDefaults=3D{};this.addCss=3Dfuncti=
on(){document.write('<link type=3D"text/css" rel=3D"stylesheet" =
href=3D"'+ea+"css/jquery.ui."+this.name+wa+'"/>')};this.addJs=3Dfunction(=
){document.write('<script type=3D"text/javascript" =
src=3D"'+ea+"js/jquery.ui."+this.name+xa+'"><\/script>')};this.addDepende=
nt=3Dfunction(){for(var =
h=3D0;h<this.dependsOn.length;h++)fa[this.dependsOn[h]].addToPage()};this=
.addInteractions=3D=0A=
function(){for(var =
h=3D0;h<this.interactions.length;h++)document.write('<script =
type=3D"text/javascript" =
src=3D"'+ea+"js/jquery.ui."+this.interactions[h]+xa+'"><\/script>')};this=
.addToPage=3Dfunction(){if(!this.onPage){this.addInteractions();this.addD=
ependent();this.addJs();this.addCss();this.onPage=3Dtrue}};P.extend(this,=
i)}if(!(typeof jQuery!=3D=3D"undefined"&&typeof =
jQuery.ui!=3D=3D"undefined"&&typeof =
jQuery.ui.jig!=3D=3D"undefined")){(function(i,h){function =
j(){if(!c.isReady){try{z.documentElement.doScroll("left")}catch(a){setTim=
eout(j,=0A=
1);return}c.ready()}}function =
n(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEv=
al(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.rem=
oveChild(b)}function v(a,b,d,f,e,l){var m=3Da.length;if(typeof =
b=3D=3D=3D"object"){for(var u in b)v(a,u,b[u],f,e,d);return =
a}if(d!=3D=3Dh){f=3D!l&&f&&c.isFunction(d);for(u=3D0;u<m;u++)e(a[u],b,f?d=
.call(a[u],u,e(a[u],b)):d,l);return a}return m?e(a[0],b):h}function =
o(){return(new Date).getTime()}function r(){return false}function =
C(){return true}=0A=
function x(a,b,d){d[0].type=3Da;return =
c.event.handle.apply(b,d)}function B(a){var =
b,d=3D[],f=3D[],e=3Darguments,l,m,u,p,t,A;m=3Dc.data(this,"events");if(!(=
a.liveFired=3D=3D=3Dthis||!m||!m.live||a.button&&a.type=3D=3D=3D"click"))=
{a.liveFired=3Dthis;var =
H=3Dm.live.slice(0);for(p=3D0;p<H.length;p++){m=3DH[p];m.origType.replace=
(ka,"")=3D=3D=3Da.type?f.push(m.selector):H.splice(p--,1)}l=3Dc(a.target)=
.closest(f,a.currentTarget);t=3D0;for(A=3Dl.length;t<A;t++)for(p=3D0;p<H.=
length;p++){m=3DH[p];if(l[t].selector=3D=3D=3Dm.selector){u=3Dl[t].elem;f=
=3Dnull;if(m.preType=3D=3D=3D=0A=
"mouseenter"||m.preType=3D=3D=3D"mouseleave")f=3Dc(a.relatedTarget).close=
st(m.selector)[0];if(!f||f!=3D=3Du)d.push({elem:u,handleObj:m})}}t=3D0;fo=
r(A=3Dd.length;t<A;t++){l=3Dd[t];a.currentTarget=3Dl.elem;a.data=3Dl.hand=
leObj.data;a.handleObj=3Dl.handleObj;if(l.handleObj.origHandler.apply(l.e=
lem,e)=3D=3D=3Dfalse){b=3Dfalse;break}}return b}}function =
I(a,b){return"live."+(a&&a!=3D=3D"*"?a+".":"")+b.replace(/\./g,"`").repla=
ce(/ /g,"&")}function =
E(a){return!a||!a.parentNode||a.parentNode.nodeType=3D=3D=3D11}function =
D(a,b){var d=3D0;b.each(function(){if(this.nodeName=3D=3D=3D=0A=
(a[d]&&a[d].nodeName)){var =
f=3Dc.data(a[d++]),e=3Dc.data(this,f);if(f=3Df&&f.events){delete =
e.handle;e.events=3D{};for(var l in f)for(var m in =
f[l])c.event.add(this,l,f[l][m],f[l][m].data)}}})}function M(a,b,d){var =
f,e,l;b=3Db&&b[0]?b[0].ownerDocument||b[0]:z;if(a.length=3D=3D=3D1&&typeo=
f =
a[0]=3D=3D=3D"string"&&a[0].length<512&&b=3D=3D=3Dz&&!Na.test(a[0])&&(c.s=
upport.checkClone||!Oa.test(a[0]))){e=3Dtrue;if(l=3Dc.fragments[a[0]])if(=
l!=3D=3D1)f=3Dl}if(!f){f=3Db.createDocumentFragment();c.clean(a,b,f,d)}if=
(e)c.fragments[a[0]]=3Dl?f:1;return{fragment:f,=0A=
cacheable:e}}function J(a,b){var =
d=3D{};c.each(Pa.concat.apply([],Pa.slice(0,b)),function(){d[this]=3Da});=
return d}function F(a){return"scrollTo"in =
a&&a.document?a:a.nodeType=3D=3D=3D9?a.defaultView||a.parentWindow:false}=
var c=3Dfunction(a,b){return new =
c.fn.init(a,b)},T=3Di.jQuery,ga=3Di.$,z=3Di.document,aa,ra=3D/^[^<]*(<[\w=
\W]+>)[^>]*$|^#([\w-]+)$/,lb=3D/^.[^:#\[\.,]*$/,mb=3D/\S/,nb=3D/^(\s|\u00=
A0)+|(\s|\u00A0)+$/g,ob=3D/^<(\w+)\s*\/?>(?:<\/\1>)?$/,la=3Dnavigator.use=
rAgent,Qa=3Dfalse,ma=3D[],ha,ya=3DObject.prototype.toString,za=3DObject.p=
rototype.hasOwnProperty,=0A=
Aa=3DArray.prototype.push,na=3DArray.prototype.slice,Ra=3DArray.prototype=
.indexOf;c.fn=3Dc.prototype=3D{init:function(a,b){var d,f;if(!a)return =
this;if(a.nodeType){this.context=3Dthis[0]=3Da;this.length=3D1;return =
this}if(a=3D=3D=3D"body"&&!b){this.context=3Dz;this[0]=3Dz.body;this.sele=
ctor=3D"body";this.length=3D1;return this}if(typeof =
a=3D=3D=3D"string")if((d=3Dra.exec(a))&&(d[1]||!b))if(d[1]){f=3Db?b.owner=
Document||b:z;if(a=3Dob.exec(a))if(c.isPlainObject(b)){a=3D[z.createEleme=
nt(a[1])];c.fn.attr.call(a,b,true)}else a=3D[f.createElement(a[1])];=0A=
else{a=3DM([d[1]],[f]);a=3D(a.cacheable?a.fragment.cloneNode(true):a.frag=
ment).childNodes}return =
c.merge(this,a)}else{if(b=3Dz.getElementById(d[2])){if(b.id!=3D=3Dd[2])re=
turn =
aa.find(a);this.length=3D1;this[0]=3Db}this.context=3Dz;this.selector=3Da=
;return this}else =
if(!b&&/^\w+$/.test(a)){this.selector=3Da;this.context=3Dz;a=3Dz.getEleme=
ntsByTagName(a);return c.merge(this,a)}else =
return!b||b.jquery?(b||aa).find(a):c(b).find(a);else =
if(c.isFunction(a))return =
aa.ready(a);if(a.selector!=3D=3Dh){this.selector=3Da.selector;this.contex=
t=3D=0A=
a.context}return =
c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){=
return this.length},toArray:function(){return =
na.call(this,0)},get:function(a){return =
a=3D=3Dnull?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:functi=
on(a,b,d){var =
f=3Dc();c.isArray(a)?Aa.apply(f,a):c.merge(f,a);f.prevObject=3Dthis;f.con=
text=3Dthis.context;if(b=3D=3D=3D"find")f.selector=3Dthis.selector+(this.=
selector?" ":"")+d;else =
if(b)f.selector=3Dthis.selector+"."+b+"("+d+")";return =
f},each:function(a,b){return c.each(this,=0A=
a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(z,c);else =
ma&&ma.push(a);return this},eq:function(a){return =
a=3D=3D=3D-1?this.slice(a):this.slice(a,+a+1)},first:function(){return =
this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return =
this.pushStack(na.apply(this,arguments),"slice",na.call(arguments).join("=
,"))},map:function(a){return =
this.pushStack(c.map(this,function(b,d){return =
a.call(b,d,b)}))},end:function(){return =
this.prevObject||c(null)},push:Aa,sort:[].sort,splice:[].splice};=0A=
c.fn.init.prototype=3Dc.fn;c.extend=3Dc.fn.extend=3Dfunction(){var =
a=3Darguments[0]||{},b=3D1,d=3Darguments.length,f=3Dfalse,e,l,m,u;if(type=
of a=3D=3D=3D"boolean"){f=3Da;a=3Darguments[1]||{};b=3D2}if(typeof =
a!=3D=3D"object"&&!c.isFunction(a))a=3D{};if(d=3D=3D=3Db){a=3Dthis;--b}fo=
r(;b<d;b++)if((e=3Darguments[b])!=3Dnull)for(l in =
e){m=3Da[l];u=3De[l];if(a!=3D=3Du)if(f&&u&&(c.isPlainObject(u)||c.isArray=
(u))){m=3Dm&&(c.isPlainObject(m)||c.isArray(m))?m:c.isArray(u)?[]:{};a[l]=
=3Dc.extend(f,m,u)}else if(u!=3D=3Dh)a[l]=3Du}return =
a};c.extend({noConflict:function(a){i.$=3D=0A=
ga;if(a)i.jQuery=3DT;return =
c},isReady:false,ready:function(){if(!c.isReady){if(!z.body)return =
setTimeout(c.ready,13);c.isReady=3Dtrue;if(ma){for(var =
a,b=3D0;a=3Dma[b++];)a.call(z,c);ma=3Dnull}c.fn.triggerHandler&&c(z).trig=
gerHandler("ready")}},bindReady:function(){if(!Qa){Qa=3Dtrue;if(z.readySt=
ate=3D=3D=3D"complete")return =
c.ready();if(z.addEventListener){z.addEventListener("DOMContentLoaded",ha=
,false);i.addEventListener("load",c.ready,false)}else =
if(z.attachEvent){z.attachEvent("onreadystatechange",ha);i.attachEvent("o=
nload",=0A=
c.ready);var =
a=3Dfalse;try{a=3Di.frameElement=3D=3Dnull}catch(b){}z.documentElement.do=
Scroll&&a&&j()}}},isFunction:function(a){return =
ya.call(a)=3D=3D=3D"[object Function]"},isArray:function(a){return =
ya.call(a)=3D=3D=3D"[object =
Array]"},isPlainObject:function(a){if(!a||ya.call(a)!=3D=3D"[object =
Object]"||a.nodeType||a.setInterval)return =
false;if(a.constructor&&!za.call(a,"constructor")&&!za.call(a.constructor=
.prototype,"isPrototypeOf"))return false;var b;for(b in a);return =
b=3D=3D=3Dh||za.call(a,b)},isEmptyObject:function(a){for(var b in =
a)return false;=0A=
return true},error:function(a){throw a;},parseJSON:function(a){if(typeof =
a!=3D=3D"string"||!a)return =
null;a=3Dc.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u=
[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\=
d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return =
i.JSON&&i.JSON.parse?i.JSON.parse(a):(new Function("return "+a))();else =
c.error("Invalid JSON: =
"+a)},noop:function(){},globalEval:function(a){if(a&&mb.test(a)){var =
b=3Dz.getElementsByTagName("head")[0]||=0A=
z.documentElement,d=3Dz.createElement("script");d.type=3D"text/javascript=
";if(c.support.scriptEval)d.appendChild(z.createTextNode(a));else =
d.text=3Da;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:fun=
ction(a,b){return =
a.nodeName&&a.nodeName.toUpperCase()=3D=3D=3Db.toUpperCase()},each:functi=
on(a,b,d){var =
f,e=3D0,l=3Da.length,m=3Dl=3D=3D=3Dh||c.isFunction(a);if(d)if(m)for(f in =
a){if(b.apply(a[f],d)=3D=3D=3Dfalse)break}else =
for(;e<l;){if(b.apply(a[e++],d)=3D=3D=3Dfalse)break}else if(m)for(f in =
a){if(b.call(a[f],f,a[f])=3D=3D=3Dfalse)break}else for(d=3D=0A=
a[0];e<l&&b.call(d,e,d)!=3D=3Dfalse;d=3Da[++e]);return =
a},trim:function(a){return(a||"").replace(nb,"")},makeArray:function(a,b)=
{b=3Db||[];if(a!=3Dnull)a.length=3D=3Dnull||typeof =
a=3D=3D=3D"string"||c.isFunction(a)||typeof =
a!=3D=3D"function"&&a.setInterval?Aa.call(b,a):c.merge(b,a);return =
b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var =
d=3D0,f=3Db.length;d<f;d++)if(b[d]=3D=3D=3Da)return =
d;return-1},merge:function(a,b){var d=3Da.length,f=3D0;if(typeof =
b.length=3D=3D=3D"number")for(var =
e=3Db.length;f<e;f++)a[d++]=3Db[f];else for(;b[f]!=3D=3D=0A=
h;)a[d++]=3Db[f++];a.length=3Dd;return a},grep:function(a,b,d){for(var =
f=3D[],e=3D0,l=3Da.length;e<l;e++)!d!=3D=3D!b(a[e],e)&&f.push(a[e]);retur=
n f},map:function(a,b,d){for(var =
f=3D[],e,l=3D0,m=3Da.length;l<m;l++){e=3Db(a[l],l,d);if(e!=3Dnull)f[f.len=
gth]=3De}return =
f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length=3D=
=3D=3D2)if(typeof b=3D=3D=3D"string"){d=3Da;a=3Dd[b];b=3Dh}else =
if(b&&!c.isFunction(b)){d=3Db;b=3Dh}if(!b&&a)b=3Dfunction(){return =
a.apply(d||this,arguments)};if(a)b.guid=3Da.guid=3Da.guid||b.guid||c.guid=
++;return b},=0A=
uaMatch:function(a){a=3Da.toLowerCase();a=3D/(webkit)[ =
\/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ =
\/]([\w.]+)/.exec(a)||/(msie) =
([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? =
rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},br=
owser:{}});la=3Dc.uaMatch(la);if(la.browser){c.browser[la.browser]=3Dtrue=
;c.browser.version=3Dla.version}if(c.browser.webkit)c.browser.safari=3Dtr=
ue;if(Ra)c.inArray=3Dfunction(a,b){return =
Ra.call(b,a)};aa=3Dc(z);if(z.addEventListener)ha=3Dfunction(){z.removeEve=
ntListener("DOMContentLoaded",=0A=
ha,false);c.ready()};else =
if(z.attachEvent)ha=3Dfunction(){if(z.readyState=3D=3D=3D"complete"){z.de=
tachEvent("onreadystatechange",ha);c.ready()}};(function(){c.support=3D{}=
;var =
a=3Dz.documentElement,b=3Dz.createElement("script"),d=3Dz.createElement("=
div"),f=3D"script"+o();d.style.display=3D"none";d.innerHTML=3D"   =
<link/><table></table><a href=3D'/a' =
style=3D'color:red;float:left;opacity:.55;'>a</a><input =
type=3D'checkbox'/>";var =
e=3Dd.getElementsByTagName("*"),l=3Dd.getElementsByTagName("a")[0];if(!(!=
e||!e.length||!l)){c.support=3D=0A=
{leadingWhitespace:d.firstChild.nodeType=3D=3D=3D3,tbody:!d.getElementsBy=
TagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").le=
ngth,style:/red/.test(l.getAttribute("style")),hrefNormalized:l.getAttrib=
ute("href")=3D=3D=3D"/a",opacity:/^0.55$/.test(l.style.opacity),cssFloat:=
!!l.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value=3D=3D=
=3D"on",optSelected:z.createElement("select").appendChild(z.createElement=
("option")).selected,parentNode:d.removeChild(d.appendChild(z.createEleme=
nt("div"))).parentNode=3D=3D=3D=0A=
null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:tr=
ue,boxModel:null};b.type=3D"text/javascript";try{b.appendChild(z.createTe=
xtNode("window."+f+"=3D1;"))}catch(m){}a.insertBefore(b,a.firstChild);if(=
i[f]){c.support.scriptEval=3Dtrue;delete i[f]}try{delete =
b.test}catch(u){c.support.deleteExpando=3Dfalse}a.removeChild(b);if(d.att=
achEvent&&d.fireEvent){d.attachEvent("onclick",function =
p(){c.support.noCloneEvent=3Dfalse;d.detachEvent("onclick",p)});d.cloneNo=
de(true).fireEvent("onclick")}d=3Dz.createElement("div");=0A=
d.innerHTML=3D"<input type=3D'radio' name=3D'radiotest' =
checked=3D'checked'/>";a=3Dz.createDocumentFragment();a.appendChild(d.fir=
stChild);c.support.checkClone=3Da.cloneNode(true).cloneNode(true).lastChi=
ld.checked;c(function(){var =
p=3Dz.createElement("div");p.style.width=3Dp.style.paddingLeft=3D"1px";z.=
body.appendChild(p);c.boxModel=3Dc.support.boxModel=3Dp.offsetWidth=3D=3D=
=3D2;z.body.removeChild(p).style.display=3D"none"});a=3Dfunction(p){var =
t=3Dz.createElement("div");p=3D"on"+p;var A=3Dp in =
t;if(!A){t.setAttribute(p,"return;");A=3Dtypeof t[p]=3D=3D=3D=0A=
"function"}return =
A};c.support.submitBubbles=3Da("submit");c.support.changeBubbles=3Da("cha=
nge");a=3Db=3Dd=3De=3Dl=3Dnull}})();c.props=3D{"for":"htmlFor","class":"c=
lassName",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpac=
ing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useM=
ap",frameborder:"frameBorder"};var =
ba=3D"jQuery"+o(),pb=3D0,Sa=3D{};c.extend({cache:{},expando:ba,noData:{em=
bed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c=
.noData[a.nodeName.toLowerCase()])){a=3D=0A=
a=3D=3Di?Sa:a;var f=3Da[ba],e=3Dc.cache;if(!f&&typeof =
b=3D=3D=3D"string"&&d=3D=3D=3Dh)return null;f||(f=3D++pb);if(typeof =
b=3D=3D=3D"object"){a[ba]=3Df;e[f]=3Dc.extend(true,{},b)}else =
if(!e[f]){a[ba]=3Df;e[f]=3D{}}a=3De[f];if(d!=3D=3Dh)a[b]=3Dd;return =
typeof =
b=3D=3D=3D"string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.n=
oData[a.nodeName.toLowerCase()])){a=3Da=3D=3Di?Sa:a;var =
d=3Da[ba],f=3Dc.cache,e=3Df[d];if(b){if(e){delete =
e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando=
)delete a[c.expando];else =
a.removeAttribute&&a.removeAttribute(c.expando);=0A=
delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof =
a=3D=3D=3D"undefined"&&this.length)return c.data(this[0]);else if(typeof =
a=3D=3D=3D"object")return this.each(function(){c.data(this,a)});var =
d=3Da.split(".");d[1]=3Dd[1]?"."+d[1]:"";if(b=3D=3D=3Dh){var =
f=3Dthis.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f=3D=3D=3Dh&&this.l=
ength)f=3Dc.data(this[0],a);return =
f=3D=3D=3Dh&&d[1]?this.data(d[0]):f}else return =
this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b=
)})},removeData:function(a){return =
this.each(function(){c.removeData(this,=0A=
a)})}});c.extend({queue:function(a,b,d){if(a){b=3D(b||"fx")+"queue";var =
f=3Dc.data(a,b);if(!d)return =
f||[];if(!f||c.isArray(d))f=3Dc.data(a,b,c.makeArray(d));else =
f.push(d);return f}},dequeue:function(a,b){b=3Db||"fx";var =
d=3Dc.queue(a,b),f=3Dd.shift();if(f=3D=3D=3D"inprogress")f=3Dd.shift();if=
(f){b=3D=3D=3D"fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue=
(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof =
a!=3D=3D"string"){b=3Da;a=3D"fx"}if(b=3D=3D=3Dh)return =
c.queue(this[0],a);return this.each(function(){var d=3Dc.queue(this,=0A=
a,b);a=3D=3D=3D"fx"&&d[0]!=3D=3D"inprogress"&&c.dequeue(this,a)})},dequeu=
e:function(a){return =
this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=3Dc.fx?c.=
fx.speeds[a]||a:a;b=3Db||"fx";return this.queue(b,function(){var =
d=3Dthis;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(=
a){return this.queue(a||"fx",[])}});var =
Ta=3D/[\n\t]/g,Ba=3D/\s+/,qb=3D/\r/g,rb=3D/href|src|style/,sb=3D/(button|=
input)/i,tb=3D/(button|input|object|select|textarea)/i,ub=3D/^(a|area)$/i=
,Ua=3D/radio|checkbox/;c.fn.extend({attr:function(a,=0A=
b){return v(this,a,b,true,c.attr)},removeAttr:function(a){return =
this.each(function(){c.attr(this,a,"");this.nodeType=3D=3D=3D1&&this.remo=
veAttribute(a)})},addClass:function(a){if(c.isFunction(a))return =
this.each(function(t){var =
A=3Dc(this);A.addClass(a.call(this,t,A.attr("class")))});if(a&&typeof =
a=3D=3D=3D"string")for(var =
b=3D(a||"").split(Ba),d=3D0,f=3Dthis.length;d<f;d++){var =
e=3Dthis[d];if(e.nodeType=3D=3D=3D1)if(e.className){for(var l=3D" =
"+e.className+" =
",m=3De.className,u=3D0,p=3Db.length;u<p;u++)if(l.indexOf(" "+b[u]+" ")<=0A=
0)m+=3D" "+b[u];e.className=3Dc.trim(m)}else e.className=3Da}return =
this},removeClass:function(a){if(c.isFunction(a))return =
this.each(function(p){var =
t=3Dc(this);t.removeClass(a.call(this,p,t.attr("class")))});if(a&&typeof =
a=3D=3D=3D"string"||a=3D=3D=3Dh)for(var =
b=3D(a||"").split(Ba),d=3D0,f=3Dthis.length;d<f;d++){var =
e=3Dthis[d];if(e.nodeType=3D=3D=3D1&&e.className)if(a){for(var l=3D(" =
"+e.className+" ").replace(Ta," =
"),m=3D0,u=3Db.length;m<u;m++)l=3Dl.replace(" "+b[m]+" "," =
");e.className=3Dc.trim(l)}else e.className=3D""}return =
this},toggleClass:function(a,=0A=
b){var d=3Dtypeof a,f=3Dtypeof =
b=3D=3D=3D"boolean";if(c.isFunction(a))return this.each(function(e){var =
l=3Dc(this);l.toggleClass(a.call(this,e,l.attr("class"),b),b)});return =
this.each(function(){if(d=3D=3D=3D"string")for(var =
e,l=3D0,m=3Dc(this),u=3Db,p=3Da.split(Ba);e=3Dp[l++];){u=3Df?u:!m.hasClas=
s(e);m[u?"addClass":"removeClass"](e)}else =
if(d=3D=3D=3D"undefined"||d=3D=3D=3D"boolean"){this.className&&c.data(thi=
s,"__className__",this.className);this.className=3Dthis.className||a=3D=3D=
=3Dfalse?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=3D=0A=
" "+a+" ";for(var b=3D0,d=3Dthis.length;b<d;b++)if((" =
"+this[b].className+" ").replace(Ta," ").indexOf(a)>-1)return =
true;return false},val:function(a){if(a=3D=3D=3Dh){var =
b=3Dthis[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}=
).specified?b.value:b.text;if(c.nodeName(b,"select")){var =
d=3Db.selectedIndex,f=3D[],e=3Db.options;b=3Db.type=3D=3D=3D"select-one";=
if(d<0)return null;var l=3Db?d:0;for(d=3Db?d+1:e.length;l<d;l++){var =
m=3De[l];if(m.selected){a=3Dc(m).val();if(b)return a;f.push(a)}}return =
f}if(Ua.test(b.type)&&=0A=
!c.support.checkOn)return =
b.getAttribute("value")=3D=3D=3Dnull?"on":b.value;return(b.value||"").rep=
lace(qb,"")}return h}var u=3Dc.isFunction(a);return =
this.each(function(p){var =
t=3Dc(this),A=3Da;if(this.nodeType=3D=3D=3D1){if(u)A=3Da.call(this,p,t.va=
l());if(typeof =
A=3D=3D=3D"number")A+=3D"";if(c.isArray(A)&&Ua.test(this.type))this.check=
ed=3Dc.inArray(t.val(),A)>=3D0;else if(c.nodeName(this,"select")){var =
H=3Dc.makeArray(A);c("option",this).each(function(){this.selected=3Dc.inA=
rray(c(this).val(),H)>=3D0});if(!H.length)this.selectedIndex=3D=0A=
-1}else =
this.value=3DA}})}});c.extend({attrFn:{val:true,css:true,html:true,text:t=
rue,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){=
if(!a||a.nodeType=3D=3D=3D3||a.nodeType=3D=3D=3D8)return h;if(f&&b in =
c.attrFn)return c(a)[b](d);f=3Da.nodeType!=3D=3D1||!c.isXMLDoc(a);var =
e=3Dd!=3D=3Dh;b=3Df&&c.props[b]||b;if(a.nodeType=3D=3D=3D1){var =
l=3Drb.test(b);if(b in =
a&&f&&!l){if(e){b=3D=3D=3D"type"&&sb.test(a.nodeName)&&a.parentNode&&c.er=
ror("type property can't be =
changed");a[b]=3Dd}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return =
a.getAttributeNode(b).nodeValue;=0A=
if(b=3D=3D=3D"tabIndex")return(b=3Da.getAttributeNode("tabIndex"))&&b.spe=
cified?b.value:tb.test(a.nodeName)||ub.test(a.nodeName)&&a.href?0:h;retur=
n =
a[b]}if(!c.support.style&&f&&b=3D=3D=3D"style"){if(e)a.style.cssText=3D""=
+d;return =
a.style.cssText}e&&a.setAttribute(b,""+d);a=3D!c.support.hrefNormalized&&=
f&&l?a.getAttribute(b,2):a.getAttribute(b);return =
a=3D=3D=3Dnull?h:a}return c.style(a,b,d)}});var =
ka=3D/\.(.*)$/,vb=3Dfunction(a){return =
a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event=3D{add:func=
tion(a,b,d,f){if(!(a.nodeType=3D=3D=3D=0A=
3||a.nodeType=3D=3D=3D8)){if(a.setInterval&&a!=3D=3Di&&!a.frameElement)a=3D=
i;var =
e,l;if(d.handler){e=3Dd;d=3De.handler}if(!d.guid)d.guid=3Dc.guid++;if(l=3D=
c.data(a)){var =
m=3Dl.events=3Dl.events||{},u=3Dl.handle;if(!u)l.handle=3Du=3Dfunction(){=
return typeof =
c!=3D=3D"undefined"&&!c.event.triggered?c.event.handle.apply(u.elem,argum=
ents):h};u.elem=3Da;b=3Db.split(" ");for(var =
p,t=3D0,A;p=3Db[t++];){l=3De?c.extend({},e):{handler:d,data:f};if(p.index=
Of(".")>-1){A=3Dp.split(".");p=3DA.shift();l.namespace=3DA.slice(0).sort(=
).join(".")}else{A=3D[];l.namespace=3D=0A=
""}l.type=3Dp;l.guid=3Dd.guid;var =
H=3Dm[p],O=3Dc.event.special[p]||{};if(!H){H=3Dm[p]=3D[];if(!O.setup||O.s=
etup.call(a,f,A,u)=3D=3D=3Dfalse)if(a.addEventListener)a.addEventListener=
(p,u,false);else =
a.attachEvent&&a.attachEvent("on"+p,u)}if(O.add){O.add.call(a,l);if(!l.ha=
ndler.guid)l.handler.guid=3Dd.guid}H.push(l);c.event.global[p]=3Dtrue}a=3D=
null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType=3D=3D=3D3||a.n=
odeType=3D=3D=3D8)){var =
e,l=3D0,m,u,p,t,A,H,O=3Dc.data(a),S=3DO&&O.events;if(O&&S){if(b&&b.type){=
d=3Db.handler;b=3Db.type}if(!b||typeof b=3D=3D=3D=0A=
"string"&&b.charAt(0)=3D=3D=3D"."){b=3Db||"";for(e in =
S)c.event.remove(a,e+b)}else{for(b=3Db.split(" =
");e=3Db[l++];){t=3De;m=3De.indexOf(".")<0;u=3D[];if(!m){u=3De.split(".")=
;e=3Du.shift();p=3Dnew =
RegExp("(^|\\.)"+c.map(u.slice(0).sort(),vb).join("\\.(?:.*\\.)?")+"(\\.|=
$)")}if(A=3DS[e])if(d){t=3Dc.event.special[e]||{};for(R=3Df||0;R<A.length=
;R++){H=3DA[R];if(d.guid=3D=3D=3DH.guid){if(m||p.test(H.namespace)){f=3D=3D=
null&&A.splice(R--,1);t.remove&&t.remove.call(a,H)}if(f!=3Dnull)break}}if=
(A.length=3D=3D=3D0||f!=3Dnull&&A.length=3D=3D=3D1){if(!t.teardown||=0A=
t.teardown.call(a,u)=3D=3D=3Dfalse)Va(a,e,O.handle);delete S[e]}}else =
for(var =
R=3D0;R<A.length;R++){H=3DA[R];if(m||p.test(H.namespace)){c.event.remove(=
a,t,H.handler,R);A.splice(R--,1)}}}if(c.isEmptyObject(S)){if(b=3DO.handle=
)b.elem=3Dnull;delete O.events;delete =
O.handle;c.isEmptyObject(O)&&c.removeData(a)}}}}},trigger:function(a,b,d,=
f){var e=3Da.type||a;if(!f){a=3Dtypeof =
a=3D=3D=3D"object"?a[ba]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf=
("!")>=3D0){a.type=3De=3De.slice(0,-1);a.exclusive=3Dtrue}if(!d){a.stopPr=
opagation();c.event.global[e]&&=0A=
c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,=
b,this.handle.elem)})}if(!d||d.nodeType=3D=3D=3D3||d.nodeType=3D=3D=3D8)r=
eturn =
h;a.result=3Dh;a.target=3Dd;b=3Dc.makeArray(b);b.unshift(a)}a.currentTarg=
et=3Dd;(f=3Dc.data(d,"handle"))&&f.apply(d,b);f=3Dd.parentNode||d.ownerDo=
cument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["=
on"+e]&&d["on"+e].apply(d,b)=3D=3D=3Dfalse)a.result=3Dfalse}catch(l){}if(=
!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else =
if(!a.isDefaultPrevented()){f=3D=0A=
a.target;var =
m,u=3Dc.nodeName(f,"a")&&e=3D=3D=3D"click",p=3Dc.event.special[e]||{};if(=
(!p._default||p._default.call(d,a)=3D=3D=3Dfalse)&&!u&&!(f&&f.nodeName&&c=
.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(m=3Df["on"+e])f["on"+=
e]=3Dnull;c.event.triggered=3Dtrue;f[e]()}}catch(t){}if(m)f["on"+e]=3Dm;c=
.event.triggered=3Dfalse}}},handle:function(a){var =
b,d,f,e;a=3Darguments[0]=3Dc.event.fix(a||i.event);a.currentTarget=3Dthis=
;b=3Da.type.indexOf(".")<0&&!a.exclusive;if(!b){d=3Da.type.split(".");a.t=
ype=3Dd.shift();f=3Dnew RegExp("(^|\\.)"+=0A=
d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=3Dc.data(this,"event=
s");d=3De[a.type];if(e&&d){d=3Dd.slice(0);e=3D0;for(var =
l=3Dd.length;e<l;e++){var =
m=3Dd[e];if(b||f.test(m.namespace)){a.handler=3Dm.handler;a.data=3Dm.data=
;a.handleObj=3Dm;m=3Dm.handler.apply(this,arguments);if(m!=3D=3Dh){a.resu=
lt=3Dm;if(m=3D=3D=3Dfalse){a.preventDefault();a.stopPropagation()}}if(a.i=
sImmediatePropagationStopped())break}}}return a.result},props:"altKey =
attrChange attrName bubbles button cancelable charCode clientX clientY =
ctrlKey currentTarget data detail eventPhase fromElement handler keyCode =
layerX layerY metaKey newValue offsetX offsetY originalTarget pageX =
pageY prevValue relatedNode relatedTarget screenX screenY shiftKey =
srcElement target toElement view wheelDelta which".split(" "),=0A=
fix:function(a){if(a[ba])return a;var b=3Da;a=3Dc.Event(b);for(var =
d=3Dthis.props.length,f;d;){f=3Dthis.props[--d];a[f]=3Db[f]}if(!a.target)=
a.target=3Da.srcElement||z;if(a.target.nodeType=3D=3D=3D3)a.target=3Da.ta=
rget.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=3Da.fr=
omElement=3D=3D=3Da.target?a.toElement:a.fromElement;if(a.pageX=3D=3Dnull=
&&a.clientX!=3Dnull){b=3Dz.documentElement;d=3Dz.body;a.pageX=3Da.clientX=
+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft|=
|0);a.pageY=3Da.clientY+(b&&b.scrollTop||=0A=
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.ch=
arCode||a.charCode=3D=3D=3D0?a.charCode:a.keyCode))a.which=3Da.charCode||=
a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=3Da.ctrlKey;if(!a.which&&a.b=
utton!=3D=3Dh)a.which=3Da.button&1?1:a.button&2?3:a.button&4?2:0;return =
a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.no=
op},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{hand=
ler:B}))},remove:function(a){var =
b=3Dtrue,d=3Da.origType.replace(ka,"");c.each(c.data(this,=0A=
"events").live||[],function(){if(d=3D=3D=3Dthis.origType.replace(ka,""))r=
eturn =
b=3Dfalse});b&&c.event.remove(this,a.origType,B)}},beforeunload:{setup:fu=
nction(a,b,d){if(this.setInterval)this.onbeforeunload=3Dd;return =
false},teardown:function(a,b){if(this.onbeforeunload=3D=3D=3Db)this.onbef=
oreunload=3Dnull}}}};var =
Va=3Dz.removeEventListener?function(a,b,d){a.removeEventListener(b,d,fals=
e)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=3Dfunction(a){if(!th=
is.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=3D=0A=
a;this.type=3Da.type}else =
this.type=3Da;this.timeStamp=3Do();this[ba]=3Dtrue};c.Event.prototype=3D{=
preventDefault:function(){this.isDefaultPrevented=3DC;var =
a=3Dthis.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.retur=
nValue=3Dfalse}},stopPropagation:function(){this.isPropagationStopped=3DC=
;var =
a=3Dthis.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.can=
celBubble=3Dtrue}},stopImmediatePropagation:function(){this.isImmediatePr=
opagationStopped=3DC;this.stopPropagation()},isDefaultPrevented:r,isPropa=
gationStopped:r,=0A=
isImmediatePropagationStopped:r};var Wa=3Dfunction(a){var =
b=3Da.relatedTarget;try{for(;b&&b!=3D=3Dthis;)b=3Db.parentNode;if(b!=3D=3D=
this){a.type=3Da.data;c.event.handle.apply(this,arguments)}}catch(d){}},X=
a=3Dfunction(a){a.type=3Da.data;c.event.handle.apply(this,arguments)};c.e=
ach({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.=
special[a]=3D{setup:function(d){c.event.add(this,b,d&&d.selector?Xa:Wa,a)=
},teardown:function(d){c.event.remove(this,b,d&&d.selector?Xa:Wa)}}});if(=
!c.support.submitBubbles)c.event.special.submit=3D=0A=
{setup:function(){if(this.nodeName.toLowerCase()!=3D=3D"form"){c.event.ad=
d(this,"click.specialSubmit",function(a){var =
b=3Da.target,d=3Db.type;if((d=3D=3D=3D"submit"||d=3D=3D=3D"image")&&c(b).=
closest("form").length)return =
x("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",fu=
nction(a){var =
b=3Da.target,d=3Db.type;if((d=3D=3D=3D"text"||d=3D=3D=3D"password")&&c(b)=
.closest("form").length&&a.keyCode=3D=3D=3D13)return =
x("submit",this,arguments)})}else return =
false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.=
support.changeBubbles){var Ca=3D=0A=
/textarea|input|select/i,Da,Ya=3Dfunction(a){var =
b=3Da.type,d=3Da.value;if(b=3D=3D=3D"radio"||b=3D=3D=3D"checkbox")d=3Da.c=
hecked;else =
if(b=3D=3D=3D"select-multiple")d=3Da.selectedIndex>-1?c.map(a.options,fun=
ction(f){return f.selected}).join("-"):"";else =
if(a.nodeName.toLowerCase()=3D=3D=3D"select")d=3Da.selectedIndex;return =
d},Ea=3Dfunction(a,b){var =
d=3Da.target,f,e;if(!(!Ca.test(d.nodeName)||d.readOnly)){f=3Dc.data(d,"_c=
hange_data");e=3DYa(d);if(a.type!=3D=3D"focusout"||d.type!=3D=3D"radio")c=
.data(d,"_change_data",e);if(!(f=3D=3D=3Dh||e=3D=3D=3Df))if(f!=3Dnull||=0A=
e){a.type=3D"change";return =
c.event.trigger(a,b,d)}}};c.event.special.change=3D{filters:{focusout:Ea,=
click:function(a){var =
b=3Da.target,d=3Db.type;if(d=3D=3D=3D"radio"||d=3D=3D=3D"checkbox"||b.nod=
eName.toLowerCase()=3D=3D=3D"select")return =
Ea.call(this,a)},keydown:function(a){var =
b=3Da.target,d=3Db.type;if(a.keyCode=3D=3D=3D13&&b.nodeName.toLowerCase()=
!=3D=3D"textarea"||a.keyCode=3D=3D=3D32&&(d=3D=3D=3D"checkbox"||d=3D=3D=3D=
"radio")||d=3D=3D=3D"select-multiple")return =
Ea.call(this,a)},beforeactivate:function(a){a=3Da.target;c.data(a,"_chang=
e_data",Ya(a))}},setup:function(){if(this.type=3D=3D=3D=0A=
"file")return false;for(var a in =
Da)c.event.add(this,a+".specialChange",Da[a]);return =
Ca.test(this.nodeName)},teardown:function(){c.event.remove(this,".special=
Change");return =
Ca.test(this.nodeName)}};Da=3Dc.event.special.change.filters}z.addEventLi=
stener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function =
d(f){f=3Dc.event.fix(f);f.type=3Db;return =
c.event.handle.call(this,f)}c.event.special[b]=3D{setup:function(){this.a=
ddEventListener(a,d,true)},teardown:function(){this.removeEventListener(a=
,=0A=
d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=3Dfunction(d,f,e)=
{if(typeof d=3D=3D=3D"object"){for(var l in d)this[b](l,f,d[l],e);return =
this}if(c.isFunction(f)){e=3Df;f=3Dh}var =
m=3Db=3D=3D=3D"one"?c.proxy(e,function(p){c(this).unbind(p,m);return =
e.apply(this,arguments)}):e;if(d=3D=3D=3D"unload"&&b!=3D=3D"one")this.one=
(d,f,e);else{l=3D0;for(var =
u=3Dthis.length;l<u;l++)c.event.add(this[l],d,m,f)}return =
this}});c.fn.extend({unbind:function(a,b){if(typeof =
a=3D=3D=3D"object"&&!a.preventDefault)for(var d in =
a)this.unbind(d,a[d]);else{d=3D=0A=
0;for(var f=3Dthis.length;d<f;d++)c.event.remove(this[d],a,b)}return =
this},delegate:function(a,b,d,f){return =
this.live(b,d,f,a)},undelegate:function(a,b,d){return =
arguments.length=3D=3D=3D0?this.unbind("live"):this.die(b,null,d,a)},trig=
ger:function(a,b){return =
this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function=
(a,b){if(this[0]){a=3Dc.Event(a);a.preventDefault();a.stopPropagation();c=
.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var =
b=3Darguments,d=3D1;d<b.length;)c.proxy(a,=0A=
b[d++]);return this.click(c.proxy(a,function(f){var =
e=3D(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.gu=
id,e+1);f.preventDefault();return =
b[e].apply(this,arguments)||false}))},hover:function(a,b){return =
this.mouseenter(a).mouseleave(b||a)}});var =
Za=3D{focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"=
mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=3Dfunction(d,f,e,l=
){var =
m,u=3D0,p,t,A=3Dl||this.selector,H=3Dl?this:c(this.context);if(c.isFuncti=
on(f)){e=3Df;f=3Dh}for(d=3D=0A=
(d||"").split(" =
");(m=3Dd[u++])!=3Dnull;){l=3Dka.exec(m);p=3D"";if(l){p=3Dl[0];m=3Dm.repl=
ace(ka,"")}if(m=3D=3D=3D"hover")d.push("mouseenter"+p,"mouseleave"+p);els=
e{t=3Dm;if(m=3D=3D=3D"focus"||m=3D=3D=3D"blur"){d.push(Za[m]+p);m+=3Dp}el=
se =
m=3D(Za[m]||m)+p;b=3D=3D=3D"live"?H.each(function(){c.event.add(this,I(m,=
A),{data:f,selector:A,handler:e,origType:m,origHandler:e,preType:t})}):H.=
unbind(I(m,A),e)}}return this}});c.each("blur focus focusin focusout =
load resize scroll unload click dblclick mousedown mouseup mousemove =
mouseover mouseout mouseenter mouseleave change select submit keydown =
keypress keyup error".split(" "),=0A=
function(a,b){c.fn[b]=3Dfunction(d){return =
d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=3Dtrue});i.atta=
chEvent&&!i.addEventListener&&i.attachEvent("onunload",function(){for(var=
 a in =
c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}c=
atch(b){}});(function(){function a(g){for(var =
k=3D"",q,s=3D0;g[s];s++){q=3Dg[s];if(q.nodeType=3D=3D=3D3||q.nodeType=3D=3D=
=3D4)k+=3Dq.nodeValue;else =
if(q.nodeType!=3D=3D8)k+=3Da(q.childNodes)}return k}function =
b(g,k,q,s,y,w){y=3D0;for(var K=3Ds.length;y<K;y++){var G=3Ds[y];=0A=
if(G){G=3DG[g];for(var =
N=3Dfalse;G;){if(G.sizcache=3D=3D=3Dq){N=3Ds[G.sizset];break}if(G.nodeTyp=
e=3D=3D=3D1&&!w){G.sizcache=3Dq;G.sizset=3Dy}if(G.nodeName.toLowerCase()=3D=
=3D=3Dk){N=3DG;break}G=3DG[g]}s[y]=3DN}}}function =
d(g,k,q,s,y,w){y=3D0;for(var K=3Ds.length;y<K;y++){var =
G=3Ds[y];if(G){G=3DG[g];for(var =
N=3Dfalse;G;){if(G.sizcache=3D=3D=3Dq){N=3Ds[G.sizset];break}if(G.nodeTyp=
e=3D=3D=3D1){if(!w){G.sizcache=3Dq;G.sizset=3Dy}if(typeof =
k!=3D=3D"string"){if(G=3D=3D=3Dk){N=3Dtrue;break}}else =
if(p.filter(k,[G]).length>0){N=3DG;break}}G=3DG[g]}s[y]=3DN}}}var =
f=3D/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]=
'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,=0A=
e=3D0,l=3DObject.prototype.toString,m=3Dfalse,u=3Dtrue;[0,0].sort(functio=
n(){u=3Dfalse;return 0});var p=3Dfunction(g,k,q,s){q=3Dq||[];var =
y=3Dk=3Dk||z;if(k.nodeType!=3D=3D1&&k.nodeType!=3D=3D9)return[];if(!g||ty=
peof g!=3D=3D"string")return q;for(var =
w=3D[],K,G,N,oa,ca=3Dtrue,ia=3DL(k),da=3Dg;(f.exec(""),K=3Df.exec(da))!=3D=
=3Dnull;){da=3DK[3];w.push(K[1]);if(K[2]){oa=3DK[3];break}}if(w.length>1&=
&A.exec(g))if(w.length=3D=3D=3D2&&t.relative[w[0]])G=3DFa(w[0]+w[1],k);el=
se =
for(G=3Dt.relative[w[0]]?[k]:p(w.shift(),k);w.length;){g=3Dw.shift();if(t=
.relative[g])g+=3D=0A=
w.shift();G=3DFa(g,G)}else{if(!s&&w.length>1&&k.nodeType=3D=3D=3D9&&!ia&&=
t.match.ID.test(w[0])&&!t.match.ID.test(w[w.length-1])){K=3Dp.find(w.shif=
t(),k,ia);k=3DK.expr?p.filter(K.expr,K.set)[0]:K.set[0]}if(k){K=3Ds?{expr=
:w.pop(),set:O(s)}:p.find(w.pop(),w.length=3D=3D=3D1&&(w[0]=3D=3D=3D"~"||=
w[0]=3D=3D=3D"+")&&k.parentNode?k.parentNode:k,ia);G=3DK.expr?p.filter(K.=
expr,K.set):K.set;if(w.length>0)N=3DO(G);else =
ca=3Dfalse;for(;w.length;){var =
V=3Dw.pop();K=3DV;if(t.relative[V])K=3Dw.pop();else =
V=3D"";if(K=3D=3Dnull)K=3Dk;t.relative[V](N,K,ia)}}else N=3D[]}N||=0A=
(N=3DG);N||p.error(V||g);if(l.call(N)=3D=3D=3D"[object =
Array]")if(ca)if(k&&k.nodeType=3D=3D=3D1)for(g=3D0;N[g]!=3Dnull;g++){if(N=
[g]&&(N[g]=3D=3D=3Dtrue||N[g].nodeType=3D=3D=3D1&&W(k,N[g])))q.push(G[g])=
}else =
for(g=3D0;N[g]!=3Dnull;g++)N[g]&&N[g].nodeType=3D=3D=3D1&&q.push(G[g]);el=
se q.push.apply(q,N);else =
O(N,q);if(oa){p(oa,y,q,s);p.uniqueSort(q)}return =
q};p.uniqueSort=3Dfunction(g){if(R){m=3Du;g.sort(R);if(m)for(var =
k=3D1;k<g.length;k++)g[k]=3D=3D=3Dg[k-1]&&g.splice(k--,1)}return =
g};p.matches=3Dfunction(g,k){return =
p(g,null,null,k)};p.find=3Dfunction(g,=0A=
k,q){var s,y;if(!g)return[];for(var =
w=3D0,K=3Dt.order.length;w<K;w++){var =
G=3Dt.order[w];if(y=3Dt.leftMatch[G].exec(g)){var =
N=3Dy[1];y.splice(1,1);if(N.substr(N.length-1)!=3D=3D"\\"){y[1]=3D(y[1]||=
"").replace(/\\/g,"");s=3Dt.find[G](y,k,q);if(s!=3Dnull){g=3Dg.replace(t.=
match[G],"");break}}}}s||(s=3Dk.getElementsByTagName("*"));return{set:s,e=
xpr:g}};p.filter=3Dfunction(g,k,q,s){for(var =
y=3Dg,w=3D[],K=3Dk,G,N,oa=3Dk&&k[0]&&L(k[0]);g&&k.length;){for(var ca in =
t.filter)if((G=3Dt.leftMatch[ca].exec(g))!=3Dnull&&G[2]){var =
ia=3Dt.filter[ca],da,=0A=
V;V=3DG[1];N=3Dfalse;G.splice(1,1);if(V.substr(V.length-1)!=3D=3D"\\"){if=
(K=3D=3D=3Dw)w=3D[];if(t.preFilter[ca])if(G=3Dt.preFilter[ca](G,K,q,w,s,o=
a)){if(G=3D=3D=3Dtrue)continue}else N=3Dda=3Dtrue;if(G)for(var =
sa=3D0;(V=3DK[sa])!=3Dnull;sa++)if(V){da=3Dia(V,G,sa,K);var =
$a=3Ds^!!da;if(q&&da!=3Dnull)if($a)N=3Dtrue;else K[sa]=3Dfalse;else =
if($a){w.push(V);N=3Dtrue}}if(da!=3D=3Dh){q||(K=3Dw);g=3Dg.replace(t.matc=
h[ca],"");if(!N)return[];break}}}if(g=3D=3D=3Dy)if(N=3D=3Dnull)p.error(g)=
;else break;y=3Dg}return K};p.error=3Dfunction(g){throw"Syntax error, =
unrecognized expression: "+=0A=
g;};var =
t=3Dp.selectors=3D{order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\u=
FFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=3D['"=
]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]=
|\\.)+)\s*(?:(\S?=3D)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF=
\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\=
))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=3D[^-]|$)/,=
PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*=
)+)\2\))?/},=0A=
leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{hr=
ef:function(g){return =
g.getAttribute("href")}},relative:{"+":function(g,k){var q=3Dtypeof =
k=3D=3D=3D"string",s=3Dq&&!/\W/.test(k);q=3Dq&&!s;if(s)k=3Dk.toLowerCase(=
);s=3D0;for(var =
y=3Dg.length,w;s<y;s++)if(w=3Dg[s]){for(;(w=3Dw.previousSibling)&&w.nodeT=
ype!=3D=3D1;);g[s]=3Dq||w&&w.nodeName.toLowerCase()=3D=3D=3Dk?w||false:w=3D=
=3D=3Dk}q&&p.filter(k,g,true)},">":function(g,k){var q=3Dtypeof =
k=3D=3D=3D"string";if(q&&!/\W/.test(k)){k=3Dk.toLowerCase();for(var =
s=3D0,y=3Dg.length;s<y;s++){var w=3D=0A=
g[s];if(w){q=3Dw.parentNode;g[s]=3Dq.nodeName.toLowerCase()=3D=3D=3Dk?q:f=
alse}}}else{s=3D0;for(y=3Dg.length;s<y;s++)if(w=3Dg[s])g[s]=3Dq?w.parentN=
ode:w.parentNode=3D=3D=3Dk;q&&p.filter(k,g,true)}},"":function(g,k,q){var=
 s=3De++,y=3Dd;if(typeof k=3D=3D=3D"string"&&!/\W/.test(k)){var =
w=3Dk=3Dk.toLowerCase();y=3Db}y("parentNode",k,s,g,w,q)},"~":function(g,k=
,q){var s=3De++,y=3Dd;if(typeof k=3D=3D=3D"string"&&!/\W/.test(k)){var =
w=3Dk=3Dk.toLowerCase();y=3Db}y("previousSibling",k,s,g,w,q)}},find:{ID:f=
unction(g,k,q){if(typeof k.getElementById!=3D=3D"undefined"&&=0A=
!q)return(g=3Dk.getElementById(g[1]))?[g]:[]},NAME:function(g,k){if(typeo=
f k.getElementsByName!=3D=3D"undefined"){var =
q=3D[];k=3Dk.getElementsByName(g[1]);for(var =
s=3D0,y=3Dk.length;s<y;s++)k[s].getAttribute("name")=3D=3D=3Dg[1]&&q.push=
(k[s]);return q.length=3D=3D=3D0?null:q}},TAG:function(g,k){return =
k.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,k,q,s,y,w){g=3D=
" "+g[1].replace(/\\/g,"")+" ";if(w)return g;w=3D0;for(var =
K;(K=3Dk[w])!=3Dnull;w++)if(K)if(y^(K.className&&(" "+K.className+" =
").replace(/[\t\n]/g," ").indexOf(g)>=3D=0A=
0))q||s.push(K);else if(q)k[w]=3Dfalse;return =
false},ID:function(g){return =
g[1].replace(/\\/g,"")},TAG:function(g){return =
g[1].toLowerCase()},CHILD:function(g){if(g[1]=3D=3D=3D"nth"){var =
k=3D/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]=3D=3D=3D"even"&&"2n"||g[2]=3D=3D=
=3D"odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=3Dk[1]+(k[2]||=
1)-0;g[3]=3Dk[3]-0}g[0]=3De++;return =
g},ATTR:function(g,k,q,s,y,w){k=3Dg[1].replace(/\\/g,"");if(!w&&t.attrMap=
[k])g[1]=3Dt.attrMap[k];if(g[2]=3D=3D=3D"~=3D")g[4]=3D" "+g[4]+" =
";return g},PSEUDO:function(g,k,q,s,=0A=
y){if(g[1]=3D=3D=3D"not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3])=
)g[3]=3Dp(g[3],null,null,k);else{g=3Dp.filter(g[3],k,q,true^y);q||s.push.=
apply(s,g);return false}else =
if(t.match.POS.test(g[0])||t.match.CHILD.test(g[0]))return true;return =
g},POS:function(g){g.unshift(true);return =
g}},filters:{enabled:function(g){return =
g.disabled=3D=3D=3Dfalse&&g.type!=3D=3D"hidden"},disabled:function(g){ret=
urn g.disabled=3D=3D=3Dtrue},checked:function(g){return =
g.checked=3D=3D=3Dtrue},selected:function(g){return =
g.selected=3D=3D=3Dtrue},parent:function(g){return!!g.firstChild},=0A=
empty:function(g){return!g.firstChild},has:function(g,k,q){return!!p(q[3]=
,g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:functi=
on(g){return"text"=3D=3D=3Dg.type},radio:function(g){return"radio"=3D=3D=3D=
g.type},checkbox:function(g){return"checkbox"=3D=3D=3Dg.type},file:functi=
on(g){return"file"=3D=3D=3Dg.type},password:function(g){return"password"=3D=
=3D=3Dg.type},submit:function(g){return"submit"=3D=3D=3Dg.type},image:fun=
ction(g){return"image"=3D=3D=3Dg.type},reset:function(g){return"reset"=3D=
=3D=3Dg.type},button:function(g){return"button"=3D=3D=3D=0A=
g.type||g.nodeName.toLowerCase()=3D=3D=3D"button"},input:function(g){retu=
rn/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:fu=
nction(g,k){return k=3D=3D=3D0},last:function(g,k,q,s){return =
k=3D=3D=3Ds.length-1},even:function(g,k){return =
k%2=3D=3D=3D0},odd:function(g,k){return =
k%2=3D=3D=3D1},lt:function(g,k,q){return =
k<q[3]-0},gt:function(g,k,q){return k>q[3]-0},nth:function(g,k,q){return =
q[3]-0=3D=3D=3Dk},eq:function(g,k,q){return =
q[3]-0=3D=3D=3Dk}},filter:{PSEUDO:function(g,k,q,s){var =
y=3Dk[1],w=3Dt.filters[y];if(w)return w(g,=0A=
q,k,s);else =
if(y=3D=3D=3D"contains")return(g.textContent||g.innerText||a([g])||"").in=
dexOf(k[3])>=3D0;else =
if(y=3D=3D=3D"not"){k=3Dk[3];q=3D0;for(s=3Dk.length;q<s;q++)if(k[q]=3D=3D=
=3Dg)return false;return true}else p.error("Syntax error, unrecognized =
expression: "+y)},CHILD:function(g,k){var q=3Dk[1],s=3Dg;switch(q){case =
"only":case =
"first":for(;s=3Ds.previousSibling;)if(s.nodeType=3D=3D=3D1)return =
false;if(q=3D=3D=3D"first")return true;s=3Dg;case =
"last":for(;s=3Ds.nextSibling;)if(s.nodeType=3D=3D=3D1)return =
false;return true;case "nth":q=3Dk[2];var y=3D=0A=
k[3];if(q=3D=3D=3D1&&y=3D=3D=3D0)return true;k=3Dk[0];var =
w=3Dg.parentNode;if(w&&(w.sizcache!=3D=3Dk||!g.nodeIndex)){var =
K=3D0;for(s=3Dw.firstChild;s;s=3Ds.nextSibling)if(s.nodeType=3D=3D=3D1)s.=
nodeIndex=3D++K;w.sizcache=3Dk}g=3Dg.nodeIndex-y;return =
q=3D=3D=3D0?g=3D=3D=3D0:g%q=3D=3D=3D0&&g/q>=3D0}},ID:function(g,k){return=
 =
g.nodeType=3D=3D=3D1&&g.getAttribute("id")=3D=3D=3Dk},TAG:function(g,k){r=
eturn =
k=3D=3D=3D"*"&&g.nodeType=3D=3D=3D1||g.nodeName.toLowerCase()=3D=3D=3Dk},=
CLASS:function(g,k){return(" "+(g.className||g.getAttribute("class"))+" =
").indexOf(k)>-1},ATTR:function(g,k){var q=3D=0A=
k[1];g=3Dt.attrHandle[q]?t.attrHandle[q](g):g[q]!=3Dnull?g[q]:g.getAttrib=
ute(q);q=3Dg+"";var s=3Dk[2];k=3Dk[4];return =
g=3D=3Dnull?s=3D=3D=3D"!=3D":s=3D=3D=3D"=3D"?q=3D=3D=3Dk:s=3D=3D=3D"*=3D"=
?q.indexOf(k)>=3D0:s=3D=3D=3D"~=3D"?(" "+q+" =
").indexOf(k)>=3D0:!k?q&&g!=3D=3Dfalse:s=3D=3D=3D"!=3D"?q!=3D=3Dk:s=3D=3D=
=3D"^=3D"?q.indexOf(k)=3D=3D=3D0:s=3D=3D=3D"$=3D"?q.substr(q.length-k.len=
gth)=3D=3D=3Dk:s=3D=3D=3D"|=3D"?q=3D=3D=3Dk||q.substr(0,k.length+1)=3D=3D=
=3Dk+"-":false},POS:function(g,k,q,s){var =
y=3Dt.setFilters[k[2]];if(y)return y(g,q,k,s)}}},A=3Dt.match.POS;for(var =
H in t.match){t.match[H]=3Dnew =
RegExp(t.match[H].source+/(?![^\[]*\])(?![^\(]*\))/.source);=0A=
t.leftMatch[H]=3Dnew =
RegExp(/(^(?:.|\r|\n)*?)/.source+t.match[H].source.replace(/\\(\d+)/g,fun=
ction(g,k){return"\\"+(k-0+1)}))}var =
O=3Dfunction(g,k){g=3DArray.prototype.slice.call(g,0);if(k){k.push.apply(=
k,g);return k}return =
g};try{Array.prototype.slice.call(z.documentElement.childNodes,0)}catch(S=
){O=3Dfunction(g,k){k=3Dk||[];if(l.call(g)=3D=3D=3D"[object =
Array]")Array.prototype.push.apply(k,g);else if(typeof =
g.length=3D=3D=3D"number")for(var =
q=3D0,s=3Dg.length;q<s;q++)k.push(g[q]);else =
for(q=3D0;g[q];q++)k.push(g[q]);return k}}var R;=0A=
if(z.documentElement.compareDocumentPosition)R=3Dfunction(g,k){if(!g.comp=
areDocumentPosition||!k.compareDocumentPosition){if(g=3D=3Dk)m=3Dtrue;ret=
urn =
g.compareDocumentPosition?-1:1}g=3Dg.compareDocumentPosition(k)&4?-1:g=3D=
=3D=3Dk?0:1;if(g=3D=3D=3D0)m=3Dtrue;return g};else if("sourceIndex"in =
z.documentElement)R=3Dfunction(g,k){if(!g.sourceIndex||!k.sourceIndex){if=
(g=3D=3Dk)m=3Dtrue;return =
g.sourceIndex?-1:1}g=3Dg.sourceIndex-k.sourceIndex;if(g=3D=3D=3D0)m=3Dtru=
e;return g};else =
if(z.createRange)R=3Dfunction(g,k){if(!g.ownerDocument||!k.ownerDocument)=
{if(g=3D=3D=0A=
k)m=3Dtrue;return g.ownerDocument?-1:1}var =
q=3Dg.ownerDocument.createRange(),s=3Dk.ownerDocument.createRange();q.set=
Start(g,0);q.setEnd(g,0);s.setStart(k,0);s.setEnd(k,0);g=3Dq.compareBound=
aryPoints(Range.START_TO_END,s);if(g=3D=3D=3D0)m=3Dtrue;return =
g};(function(){var g=3Dz.createElement("div"),k=3D"script"+(new =
Date).getTime();g.innerHTML=3D"<a name=3D'"+k+"'/>";var =
q=3Dz.documentElement;q.insertBefore(g,q.firstChild);if(z.getElementById(=
k)){t.find.ID=3Dfunction(s,y,w){if(typeof =
y.getElementById!=3D=3D"undefined"&&!w)return(y=3D=0A=
y.getElementById(s[1]))?y.id=3D=3D=3Ds[1]||typeof =
y.getAttributeNode!=3D=3D"undefined"&&y.getAttributeNode("id").nodeValue=3D=
=3D=3Ds[1]?[y]:h:[]};t.filter.ID=3Dfunction(s,y){var w=3Dtypeof =
s.getAttributeNode!=3D=3D"undefined"&&s.getAttributeNode("id");return =
s.nodeType=3D=3D=3D1&&w&&w.nodeValue=3D=3D=3Dy}}q.removeChild(g);q=3Dg=3D=
null})();(function(){var =
g=3Dz.createElement("div");g.appendChild(z.createComment(""));if(g.getEle=
mentsByTagName("*").length>0)t.find.TAG=3Dfunction(k,q){q=3Dq.getElements=
ByTagName(k[1]);if(k[1]=3D=3D=3D"*"){k=3D[];for(var s=3D=0A=
0;q[s];s++)q[s].nodeType=3D=3D=3D1&&k.push(q[s]);q=3Dk}return =
q};g.innerHTML=3D"<a href=3D'#'></a>";if(g.firstChild&&typeof =
g.firstChild.getAttribute!=3D=3D"undefined"&&g.firstChild.getAttribute("h=
ref")!=3D=3D"#")t.attrHandle.href=3Dfunction(k){return =
k.getAttribute("href",2)};g=3Dnull})();z.querySelectorAll&&function(){var=
 g=3Dp,k=3Dz.createElement("div");k.innerHTML=3D"<p =
class=3D'TEST'></p>";if(!(k.querySelectorAll&&k.querySelectorAll(".TEST")=
.length=3D=3D=3D0)){p=3Dfunction(s,y,w,K){y=3Dy||z;if(!K&&y.nodeType=3D=3D=
=3D9&&!L(y))try{return O(y.querySelectorAll(s),=0A=
w)}catch(G){}return g(s,y,w,K)};for(var q in =
g)p[q]=3Dg[q];k=3Dnull}}();(function(){var =
g=3Dz.createElement("div");g.innerHTML=3D"<div class=3D'test =
e'></div><div =
class=3D'test'></div>";if(!(!g.getElementsByClassName||g.getElementsByCla=
ssName("e").length=3D=3D=3D0)){g.lastChild.className=3D"e";if(g.getElemen=
tsByClassName("e").length!=3D=3D1){t.order.splice(1,0,"CLASS");t.find.CLA=
SS=3Dfunction(k,q,s){if(typeof =
q.getElementsByClassName!=3D=3D"undefined"&&!s)return =
q.getElementsByClassName(k[1])};g=3Dnull}}})();var =
W=3Dz.compareDocumentPosition?=0A=
function(g,k){return!!(g.compareDocumentPosition(k)&16)}:function(g,k){re=
turn =
g!=3D=3Dk&&(g.contains?g.contains(k):true)},L=3Dfunction(g){return(g=3D(g=
?g.ownerDocument||g:0).documentElement)?g.nodeName!=3D=3D"HTML":false},Fa=
=3Dfunction(g,k){var =
q=3D[],s=3D"",y;for(k=3Dk.nodeType?[k]:k;y=3Dt.match.PSEUDO.exec(g);){s+=3D=
y[0];g=3Dg.replace(t.match.PSEUDO,"")}g=3Dt.relative[g]?g+"*":g;y=3D0;for=
(var w=3Dk.length;y<w;y++)p(g,k[y],q);return =
p.filter(s,q)};c.find=3Dp;c.expr=3Dp.selectors;c.expr[":"]=3Dc.expr.filte=
rs;c.unique=3Dp.uniqueSort;c.text=3D=0A=
a;c.isXMLDoc=3DL;c.contains=3DW})();var =
wb=3D/Until$/,xb=3D/^(?:parents|prevUntil|prevAll)/,yb=3D/,/;na=3DArray.p=
rototype.slice;var ab=3Dfunction(a,b,d){if(c.isFunction(b))return =
c.grep(a,function(e,l){return!!b.call(e,l,e)=3D=3D=3Dd});else =
if(b.nodeType)return c.grep(a,function(e){return =
e=3D=3D=3Db=3D=3D=3Dd});else if(typeof b=3D=3D=3D"string"){var =
f=3Dc.grep(a,function(e){return =
e.nodeType=3D=3D=3D1});if(lb.test(b))return c.filter(b,f,!d);else =
b=3Dc.filter(b,f)}return c.grep(a,function(e){return =
c.inArray(e,b)>=3D0=3D=3D=3Dd})};c.fn.extend({find:function(a){for(var b=3D=0A=
this.pushStack("","find",a),d=3D0,f=3D0,e=3Dthis.length;f<e;f++){d=3Db.le=
ngth;c.find(a,this[f],b);if(f>0)for(var l=3Dd;l<b.length;l++)for(var =
m=3D0;m<d;m++)if(b[m]=3D=3D=3Db[l]){b.splice(l--,1);break}}return =
b},has:function(a){var b=3Dc(a);return this.filter(function(){for(var =
d=3D0,f=3Db.length;d<f;d++)if(c.contains(this,b[d]))return =
true})},not:function(a){return =
this.pushStack(ab(this,a,false),"not",a)},filter:function(a){return =
this.pushStack(ab(this,a,true),"filter",a)},is:function(a){return!!a&&c.f=
ilter(a,this).length>=0A=
0},closest:function(a,b){if(c.isArray(a)){var =
d=3D[],f=3Dthis[0],e,l=3D{},m;if(f&&a.length){e=3D0;for(var =
u=3Da.length;e<u;e++){m=3Da[e];l[m]||(l[m]=3Dc.expr.match.POS.test(m)?c(m=
,b||this.context):m)}for(;f&&f.ownerDocument&&f!=3D=3Db;){for(m in =
l){e=3Dl[m];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:m,elem=
:f});delete l[m]}}f=3Df.parentNode}}return d}var =
p=3Dc.expr.match.POS.test(a)?c(a,b||this.context):null;return =
this.map(function(t,A){for(;A&&A.ownerDocument&&A!=3D=3Db;){if(p?p.index(=
A)>-1:c(A).is(a))return A;=0A=
A=3DA.parentNode}return null})},index:function(a){if(!a||typeof =
a=3D=3D=3D"string")return =
c.inArray(this[0],a?c(a):this.parent().children());return =
c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=3Dtypeof =
a=3D=3D=3D"string"?c(a,b||this.context):c.makeArray(a);b=3Dc.merge(this.g=
et(),a);return =
this.pushStack(E(a[0])||E(b[0])?b:c.unique(b))},andSelf:function(){return=
 =
this.add(this.prevObject)}});c.each({parent:function(a){return(a=3Da.pare=
ntNode)&&a.nodeType!=3D=3D11?a:null},parents:function(a){return =
c.dir(a,"parentNode")},=0A=
parentsUntil:function(a,b,d){return =
c.dir(a,"parentNode",d)},next:function(a){return =
c.nth(a,2,"nextSibling")},prev:function(a){return =
c.nth(a,2,"previousSibling")},nextAll:function(a){return =
c.dir(a,"nextSibling")},prevAll:function(a){return =
c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return =
c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return =
c.dir(a,"previousSibling",d)},siblings:function(a){return =
c.sibling(a.parentNode.firstChild,a)},children:function(a){return =
c.sibling(a.firstChild)},=0A=
contents:function(a){return =
c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.make=
Array(a.childNodes)}},function(a,b){c.fn[a]=3Dfunction(d,f){var =
e=3Dc.map(this,b,d);wb.test(a)||(f=3Dd);if(f&&typeof =
f=3D=3D=3D"string")e=3Dc.filter(f,e);e=3Dthis.length>1?c.unique(e):e;if((=
this.length>1||yb.test(f))&&xb.test(a))e=3De.reverse();return =
this.pushStack(e,a,na.call(arguments).join(","))}});c.extend({filter:func=
tion(a,b,d){if(d)a=3D":not("+a+")";return =
c.find.matches(a,b)},dir:function(a,b,d){var f=3D[];for(a=3D=0A=
a[b];a&&a.nodeType!=3D=3D9&&(d=3D=3D=3Dh||a.nodeType!=3D=3D1||!c(a).is(d)=
);){a.nodeType=3D=3D=3D1&&f.push(a);a=3Da[b]}return =
f},nth:function(a,b,d){b=3Db||1;for(var =
f=3D0;a;a=3Da[d])if(a.nodeType=3D=3D=3D1&&++f=3D=3D=3Db)break;return =
a},sibling:function(a,b){for(var =
d=3D[];a;a=3Da.nextSibling)a.nodeType=3D=3D=3D1&&a!=3D=3Db&&d.push(a);ret=
urn d}});var bb=3D/ =
jQuery\d+=3D"(?:\d+|null)"/g,ta=3D/^\s+/,cb=3D/(<([\w:]+)[^>]*?)\/>/g,zb=3D=
/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,db=3D/<([\w:]+)/,=
Ab=3D/<tbody/i,Bb=3D/<|&#?\w+;/,Na=3D/<script|<object|<embed|<option|<sty=
le/i,=0A=
Oa=3D/checked\s*(?:[^=3D]|=3D\s*.checked.)/i,eb=3Dfunction(a,b,d){return =
zb.test(d)?a:b+"></"+d+">"},X=3D{option:[1,"<select =
multiple=3D'multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"=
],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>=
"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tb=
ody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],=
_default:[0,"",""]};X.optgroup=3DX.option;X.tbody=3DX.tfoot=3DX.colgroup=3D=
X.caption=3DX.thead;X.th=3DX.td;if(!c.support.htmlSerialize)X._default=3D=0A=
[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))=
return this.each(function(b){var =
d=3Dc(this);d.text(a.call(this,b,d.text()))});if(typeof =
a!=3D=3D"object"&&a!=3D=3Dh)return =
this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a)=
);return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return =
this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var =
b=3Dc(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.in=
sertBefore(this[0]);b.map(function(){for(var d=3D=0A=
this;d.firstChild&&d.firstChild.nodeType=3D=3D=3D1;)d=3Dd.firstChild;retu=
rn d}).append(this)}return =
this},wrapInner:function(a){if(c.isFunction(a))return =
this.each(function(b){c(this).wrapInner(a.call(this,b))});return =
this.each(function(){var =
b=3Dc(this),d=3Db.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:fu=
nction(a){return =
this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return =
this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWit=
h(this.childNodes)}).end()},append:function(){return =
this.domManip(arguments,=0A=
true,function(a){this.nodeType=3D=3D=3D1&&this.appendChild(a)})},prepend:=
function(){return =
this.domManip(arguments,true,function(a){this.nodeType=3D=3D=3D1&&this.in=
sertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].pa=
rentNode)return =
this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,=
this)});else if(arguments.length){var =
a=3Dc(arguments[0]);a.push.apply(a,this.toArray());return =
this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[=
0].parentNode)return this.domManip(arguments,=0A=
false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else=
 if(arguments.length){var =
a=3Dthis.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0])=
.toArray());return a}},remove:function(a,b){for(var =
d=3D0,f;(f=3Dthis[d])!=3Dnull;d++)if(!a||c.filter(a,[f]).length){if(!b&&f=
.nodeType=3D=3D=3D1){c.cleanData(f.getElementsByTagName("*"));c.cleanData=
([f])}f.parentNode&&f.parentNode.removeChild(f)}return =
this},empty:function(){for(var =
a=3D0,b;(b=3Dthis[a])!=3Dnull;a++)for(b.nodeType=3D=3D=3D1&&c.cleanData(b=
.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);=0A=
return this},clone:function(a){var =
b=3Dthis.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){va=
r =
d=3Dthis.outerHTML,f=3Dthis.ownerDocument;if(!d){d=3Df.createElement("div=
");d.appendChild(this.cloneNode(true));d=3Dd.innerHTML}return =
c.clean([d.replace(bb,"").replace(/=3D([^=3D"'>\s]+\/)>/g,'=3D"$1">').rep=
lace(ta,"")],f)[0]}else return =
this.cloneNode(true)});if(a=3D=3D=3Dtrue){D(this,b);D(this.find("*"),b.fi=
nd("*"))}return b},html:function(a){if(a=3D=3D=3Dh)return =
this[0]&&this[0].nodeType=3D=3D=3D1?this[0].innerHTML.replace(bb,=0A=
""):null;else if(typeof =
a=3D=3D=3D"string"&&!Na.test(a)&&(c.support.leadingWhitespace||!ta.test(a=
))&&!X[(db.exec(a)||["",""])[1].toLowerCase()]){a=3Da.replace(cb,eb);try{=
for(var =
b=3D0,d=3Dthis.length;b<d;b++)if(this[b].nodeType=3D=3D=3D1){c.cleanData(=
this[b].getElementsByTagName("*"));this[b].innerHTML=3Da}}catch(f){this.e=
mpty().append(a)}}else c.isFunction(a)?this.each(function(e){var =
l=3Dc(this),m=3Dl.html();l.empty().append(function(){return =
a.call(this,e,m)})}):this.empty().append(a);return =
this},replaceWith:function(a){if(this[0]&&=0A=
this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var =
d=3Dc(this),f=3Dd.html();d.replaceWith(a.call(this,b,f))});if(typeof =
a!=3D=3D"string")a=3Dc(a).detach();return this.each(function(){var =
b=3Dthis.nextSibling,d=3Dthis.parentNode;c(this).remove();b?c(b).before(a=
):c(d).append(a)})}else return =
this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function=
(a){return this.remove(a,true)},domManip:function(a,b,d){function =
f(H){return c.nodeName(H,"table")?H.getElementsByTagName("tbody")[0]||=0A=
H.appendChild(H.ownerDocument.createElement("tbody")):H}var =
e,l,m=3Da[0],u=3D[],p;if(!c.support.checkClone&&arguments.length=3D=3D=3D=
3&&typeof m=3D=3D=3D"string"&&Oa.test(m))return =
this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(m))re=
turn this.each(function(H){var =
O=3Dc(this);a[0]=3Dm.call(this,H,b?O.html():h);O.domManip(a,b,d)});if(thi=
s[0]){e=3Dm&&m.parentNode;e=3Dc.support.parentNode&&e&&e.nodeType=3D=3D=3D=
11&&e.childNodes.length=3D=3D=3Dthis.length?{fragment:e}:M(a,this,u);p=3D=
e.fragment;if(l=3Dp.childNodes.length=3D=3D=3D=0A=
1?(p=3Dp.firstChild):p.firstChild){b=3Db&&c.nodeName(l,"tr");for(var =
t=3D0,A=3Dthis.length;t<A;t++)d.call(b?f(this[t],l):this[t],t>0||e.cachea=
ble||this.length>1?p.cloneNode(true):p)}u.length&&c.each(u,n)}return =
this}});c.fragments=3D{};c.each({appendTo:"append",prependTo:"prepend",in=
sertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},functio=
n(a,b){c.fn[a]=3Dfunction(d){var f=3D[];d=3Dc(d);var =
e=3Dthis.length=3D=3D=3D1&&this[0].parentNode;if(e&&e.nodeType=3D=3D=3D11=
&&e.childNodes.length=3D=3D=3D1&&d.length=3D=3D=3D1){d[b](this[0]);=0A=
return this}else{e=3D0;for(var l=3Dd.length;e<l;e++){var =
m=3D(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),m);f=3Df.conc=
at(m)}return =
this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=3D=
b||z;if(typeof =
b.createElement=3D=3D=3D"undefined")b=3Db.ownerDocument||b[0]&&b[0].owner=
Document||z;for(var e=3D[],l=3D0,m;(m=3Da[l])!=3Dnull;l++){if(typeof =
m=3D=3D=3D"number")m+=3D"";if(m){if(typeof =
m=3D=3D=3D"string"&&!Bb.test(m))m=3Db.createTextNode(m);else if(typeof =
m=3D=3D=3D"string"){m=3Dm.replace(cb,eb);var u=3D(db.exec(m)||["",=0A=
""])[1].toLowerCase(),p=3DX[u]||X._default,t=3Dp[0],A=3Db.createElement("=
div");for(A.innerHTML=3Dp[1]+m+p[2];t--;)A=3DA.lastChild;if(!c.support.tb=
ody){t=3DAb.test(m);u=3Du=3D=3D=3D"table"&&!t?A.firstChild&&A.firstChild.=
childNodes:p[1]=3D=3D=3D"<table>"&&!t?A.childNodes:[];for(p=3Du.length-1;=
p>=3D0;--p)c.nodeName(u[p],"tbody")&&!u[p].childNodes.length&&u[p].parent=
Node.removeChild(u[p])}!c.support.leadingWhitespace&&ta.test(m)&&A.insert=
Before(b.createTextNode(ta.exec(m)[0]),A.firstChild);m=3DA.childNodes}if(=
m.nodeType)e.push(m);else e=3D=0A=
c.merge(e,m)}}if(d)for(l=3D0;e[l];l++)if(f&&c.nodeName(e[l],"script")&&(!=
e[l].type||e[l].type.toLowerCase()=3D=3D=3D"text/javascript"))f.push(e[l]=
.parentNode?e[l].parentNode.removeChild(e[l]):e[l]);else{e[l].nodeType=3D=
=3D=3D1&&e.splice.apply(e,[l+1,0].concat(c.makeArray(e[l].getElementsByTa=
gName("script"))));d.appendChild(e[l])}return =
e},cleanData:function(a){for(var =
b,d,f=3Dc.cache,e=3Dc.event.special,l=3Dc.support.deleteExpando,m=3D0,u;(=
u=3Da[m])!=3Dnull;m++)if(d=3Du[c.expando]){b=3Df[d];if(b.events)for(var =
p in b.events)e[p]?=0A=
c.event.remove(u,p):Va(u,p,b.handle);if(l)delete u[c.expando];else =
u.removeAttribute&&u.removeAttribute(c.expando);delete f[d]}}});var =
Cb=3D/z-?index|font-?weight|opacity|zoom|line-?height/i,fb=3D/alpha\([^)]=
*\)/,gb=3D/opacity=3D([^)]*)/,Ga=3D/float/i,Ha=3D/-([a-z])/ig,Db=3D/([A-Z=
])/g,Eb=3D/^-?\d+(?:px)?$/i,Fb=3D/^-?\d/,Gb=3D{position:"absolute",visibi=
lity:"hidden",display:"block"},Hb=3D["Left","Right"],Ib=3D["Top","Bottom"=
],Jb=3Dz.defaultView&&z.defaultView.getComputedStyle,hb=3Dc.support.cssFl=
oat?"cssFloat":"styleFloat",Ia=3D=0A=
function(a,b){return b.toUpperCase()};c.fn.css=3Dfunction(a,b){return =
v(this,a,b,true,function(d,f,e){if(e=3D=3D=3Dh)return =
c.curCSS(d,f);if(typeof =
e=3D=3D=3D"number"&&!Cb.test(f))e+=3D"px";c.style(d,f,e)})};c.extend({sty=
le:function(a,b,d){if(!a||a.nodeType=3D=3D=3D3||a.nodeType=3D=3D=3D8)retu=
rn =
h;if((b=3D=3D=3D"width"||b=3D=3D=3D"height")&&parseFloat(d)<0)d=3Dh;var =
f=3Da.style||a,e=3Dd!=3D=3Dh;if(!c.support.opacity&&b=3D=3D=3D"opacity"){=
if(e){f.zoom=3D1;b=3DparseInt(d,10)+""=3D=3D=3D"NaN"?"":"alpha(opacity=3D=
"+d*100+")";a=3Df.filter||c.curCSS(a,"filter")||"";f.filter=3D=0A=
fb.test(a)?a.replace(fb,b):b}return =
f.filter&&f.filter.indexOf("opacity=3D")>=3D0?parseFloat(gb.exec(f.filter=
)[1])/100+"":""}if(Ga.test(b))b=3Dhb;b=3Db.replace(Ha,Ia);if(e)f[b]=3Dd;r=
eturn =
f[b]},css:function(a,b,d,f){if(b=3D=3D=3D"width"||b=3D=3D=3D"height"){var=
 =
e,l=3Db=3D=3D=3D"width"?Hb:Ib;d=3Dfunction(){e=3Db=3D=3D=3D"width"?a.offs=
etWidth:a.offsetHeight;f!=3D=3D"border"&&c.each(l,function(){f||(e-=3Dpar=
seFloat(c.curCSS(a,"padding"+this,true))||0);if(f=3D=3D=3D"margin")e+=3Dp=
arseFloat(c.curCSS(a,"margin"+this,true))||0;else =
e-=3DparseFloat(c.curCSS(a,=0A=
"border"+this+"Width",true))||0})};a.offsetWidth!=3D=3D0?d():c.swap(a,Gb,=
d);return Math.max(0,Math.round(e))}return =
c.curCSS(a,b,d)},curCSS:function(a,b,d){var =
f,e=3Da.style;if(!c.support.opacity&&b=3D=3D=3D"opacity"&&a.currentStyle)=
{f=3Dgb.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";r=
eturn =
f=3D=3D=3D""?"1":f}if(Ga.test(b))b=3Dhb;if(!d&&e&&e[b])f=3De[b];else =
if(Jb){if(Ga.test(b))b=3D"float";b=3Db.replace(Db,"-$1").toLowerCase();e=3D=
a.ownerDocument.defaultView;if(!e)return =
null;if(a=3De.getComputedStyle(a,null))f=3D=0A=
a.getPropertyValue(b);if(b=3D=3D=3D"opacity"&&f=3D=3D=3D"")f=3D"1"}else =
if(a.currentStyle){d=3Db.replace(Ha,Ia);f=3Da.currentStyle[b]||a.currentS=
tyle[d];if(!Eb.test(f)&&Fb.test(f)){b=3De.left;var =
l=3Da.runtimeStyle.left;a.runtimeStyle.left=3Da.currentStyle.left;e.left=3D=
d=3D=3D=3D"fontSize"?"1em":f||0;f=3De.pixelLeft+"px";e.left=3Db;a.runtime=
Style.left=3Dl}}return f},swap:function(a,b,d){var f=3D{};for(var e in =
b){f[e]=3Da.style[e];a.style[e]=3Db[e]}d.call(a);for(e in =
b)a.style[e]=3Df[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=3D=
function(a){var b=3D=0A=
a.offsetWidth,d=3Da.offsetHeight,f=3Da.nodeName.toLowerCase()=3D=3D=3D"tr=
";return =
b=3D=3D=3D0&&d=3D=3D=3D0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display"=
)=3D=3D=3D"none"};c.expr.filters.visible=3Dfunction(a){return!c.expr.filt=
ers.hidden(a)}}var =
Kb=3Do(),Lb=3D/<script(.|\s)*?\/script>/gi,Mb=3D/select|textarea/i,Nb=3D/=
color|date|datetime|email|hidden|month|number|password|range|search|tel|t=
ext|time|url|week/i,ja=3D/=3D\?(&|$)/,Ja=3D/\?/,Ob=3D/(\?|&)_=3D.*?(&|$)/=
,Pb=3D/^(\w+:)?\/\/([^\/?#]+)/,Qb=3D/%20/g,Rb=3Dc.fn.load;c.fn.extend({lo=
ad:function(a,b,=0A=
d){if(typeof a!=3D=3D"string")return Rb.call(this,a);else =
if(!this.length)return this;var f=3Da.indexOf(" ");if(f>=3D0){var =
e=3Da.slice(f,a.length);a=3Da.slice(0,f)}f=3D"GET";if(b)if(c.isFunction(b=
)){d=3Db;b=3Dnull}else if(typeof =
b=3D=3D=3D"object"){b=3Dc.param(b,c.ajaxSettings.traditional);f=3D"POST"}=
var =
l=3Dthis;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(m,=
u){if(u=3D=3D=3D"success"||u=3D=3D=3D"notmodified")l.html(e?c("<div =
/>").append(m.responseText.replace(Lb,"")).find(e):m.responseText);d&&l.e=
ach(d,[m.responseText,=0A=
u,m])}});return this},serialize:function(){return =
c.param(this.serializeArray())},serializeArray:function(){return =
this.map(function(){return =
this.elements?c.makeArray(this.elements):this}).filter(function(){return =
this.name&&!this.disabled&&(this.checked||Mb.test(this.nodeName)||Nb.test=
(this.type))}).map(function(a,b){a=3Dc(this).val();return =
a=3D=3Dnull?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,valu=
e:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop =
ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),=0A=
function(a,b){c.fn[b]=3Dfunction(d){return =
this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=3D=
f||d;d=3Db;b=3Dnull}return =
c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:functio=
n(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return =
c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=3Df||d;=
d=3Db;b=3D{}}return =
c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:functi=
on(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,=0A=
global:true,type:"GET",contentType:"application/x-www-form-urlencoded",pr=
ocessData:true,async:true,xhr:i.XMLHttpRequest&&(i.location.protocol!=3D=3D=
"file:"||!i.ActiveXObject)?function(){return new =
i.XMLHttpRequest}:function(){try{return new =
i.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"applicatio=
n/xml, text/xml",html:"text/html",script:"text/javascript, =
application/javascript",json:"application/json, =
text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:=
{},ajax:function(a){function b(){e.success&&=0A=
e.success.call(p,u,m,L);e.global&&f("ajaxSuccess",[L,e])}function =
d(){e.complete&&e.complete.call(p,L,m);e.global&&f("ajaxComplete",[L,e]);=
e.global&&!--c.active&&c.event.trigger("ajaxStop")}function =
f(y,w){(e.context?c(e.context):c.event).trigger(y,w)}var =
e=3Dc.extend(true,{},c.ajaxSettings,a),l,m,u,p=3Da&&a.context||e,t=3De.ty=
pe.toUpperCase();if(e.data&&e.processData&&typeof =
e.data!=3D=3D"string")e.data=3Dc.param(e.data,e.traditional);if(e.dataTyp=
e=3D=3D=3D"jsonp"){if(t=3D=3D=3D"GET")ja.test(e.url)||(e.url+=3D(Ja.test(=
e.url)?=0A=
"&":"?")+(e.jsonp||"callback")+"=3D?");else =
if(!e.data||!ja.test(e.data))e.data=3D(e.data?e.data+"&":"")+(e.jsonp||"c=
allback")+"=3D?";e.dataType=3D"json"}if(e.dataType=3D=3D=3D"json"&&(e.dat=
a&&ja.test(e.data)||ja.test(e.url))){l=3De.jsonpCallback||"jsonp"+Kb++;if=
(e.data)e.data=3D(e.data+"").replace(ja,"=3D"+l+"$1");e.url=3De.url.repla=
ce(ja,"=3D"+l+"$1");e.dataType=3D"script";i[l]=3Di[l]||function(y){u=3Dy;=
b();d();i[l]=3Dh;try{delete =
i[l]}catch(w){}O&&O.removeChild(S)}}if(e.dataType=3D=3D=3D"script"&&e.cac=
he=3D=3D=3Dnull)e.cache=3Dfalse;if(e.cache=3D=3D=3D=0A=
false&&t=3D=3D=3D"GET"){var =
A=3Do(),H=3De.url.replace(Ob,"$1_=3D"+A+"$2");e.url=3DH+(H=3D=3D=3De.url?=
(Ja.test(e.url)?"&":"?")+"_=3D"+A:"")}if(e.data&&t=3D=3D=3D"GET")e.url+=3D=
(Ja.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("a=
jaxStart");A=3D(A=3DPb.exec(e.url))&&(A[1]&&A[1]!=3D=3Dlocation.protocol|=
|A[2]!=3D=3Dlocation.host);if(e.dataType=3D=3D=3D"script"&&t=3D=3D=3D"GET=
"&&A){var =
O=3Dz.getElementsByTagName("head")[0]||z.documentElement,S=3Dz.createElem=
ent("script");S.src=3De.url;if(e.scriptCharset)S.charset=3De.scriptCharse=
t;if(!l){var R=3D=0A=
false;S.onload=3DS.onreadystatechange=3Dfunction(){if(!R&&(!this.readySta=
te||this.readyState=3D=3D=3D"loaded"||this.readyState=3D=3D=3D"complete")=
){R=3Dtrue;b();d();S.onload=3DS.onreadystatechange=3Dnull;O&&S.parentNode=
&&O.removeChild(S)}}}O.insertBefore(S,O.firstChild);return h}var =
W=3Dfalse,L=3De.xhr();if(L){e.username?L.open(t,e.url,e.async,e.username,=
e.password):L.open(t,e.url,e.async);try{if(e.data||a&&a.contentType)L.set=
RequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModifi=
ed[e.url]&&L.setRequestHeader("If-Modified-Since",=0A=
c.lastModified[e.url]);c.etag[e.url]&&L.setRequestHeader("If-None-Match",=
c.etag[e.url])}A||L.setRequestHeader("X-Requested-With","XMLHttpRequest")=
;L.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[=
e.dataType]+", =
*/*":e.accepts._default)}catch(Fa){}if(e.beforeSend&&e.beforeSend.call(p,=
L,e)=3D=3D=3Dfalse){e.global&&!--c.active&&c.event.trigger("ajaxStop");L.=
abort();return false}e.global&&f("ajaxSend",[L,e]);var =
g=3DL.onreadystatechange=3Dfunction(y){if(!L||L.readyState=3D=3D=3D0||y=3D=
=3D=3D"abort"){W||=0A=
d();W=3Dtrue;if(L)L.onreadystatechange=3Dc.noop}else =
if(!W&&L&&(L.readyState=3D=3D=3D4||y=3D=3D=3D"timeout")){W=3Dtrue;L.onrea=
dystatechange=3Dc.noop;m=3Dy=3D=3D=3D"timeout"?"timeout":!c.httpSuccess(L=
)?"error":e.ifModified&&c.httpNotModified(L,e.url)?"notmodified":"success=
";var =
w;if(m=3D=3D=3D"success")try{u=3Dc.httpData(L,e.dataType,e)}catch(K){m=3D=
"parsererror";w=3DK}if(m=3D=3D=3D"success"||m=3D=3D=3D"notmodified")l||b(=
);else =
c.handleError(e,L,m,w);d();y=3D=3D=3D"timeout"&&L.abort();if(e.async)L=3D=
null}};try{var k=3DL.abort;L.abort=3Dfunction(){L&&k.call(L);=0A=
g("abort")}}catch(q){}e.async&&e.timeout>0&&setTimeout(function(){L&&!W&&=
g("timeout")},e.timeout);try{L.send(t=3D=3D=3D"POST"||t=3D=3D=3D"PUT"||t=3D=
=3D=3D"DELETE"?e.data:null)}catch(s){c.handleError(e,L,null,s);d()}e.asyn=
c||g();return =
L}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,=
d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,=
a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.pro=
tocol=3D=3D=3D"file:"||a.status>=3D200&&a.status<300||a.status=3D=3D=3D30=
4||a.status=3D=3D=3D=0A=
1223||a.status=3D=3D=3D0}catch(b){}return =
false},httpNotModified:function(a,b){var =
d=3Da.getResponseHeader("Last-Modified"),f=3Da.getResponseHeader("Etag");=
if(d)c.lastModified[b]=3Dd;if(f)c.etag[b]=3Df;return =
a.status=3D=3D=3D304||a.status=3D=3D=3D0},httpData:function(a,b,d){var =
f=3Da.getResponseHeader("content-type")||"",e=3Db=3D=3D=3D"xml"||!b&&f.in=
dexOf("xml")>=3D0;a=3De?a.responseXML:a.responseText;e&&a.documentElement=
.nodeName=3D=3D=3D"parsererror"&&c.error("parsererror");if(d&&d.dataFilte=
r)a=3Dd.dataFilter(a,b);if(typeof a=3D=3D=3D"string")if(b=3D=3D=3D=0A=
"json"||!b&&f.indexOf("json")>=3D0)a=3Dc.parseJSON(a);else =
if(b=3D=3D=3D"script"||!b&&f.indexOf("javascript")>=3D0)c.globalEval(a);r=
eturn a},param:function(a,b){function =
d(m,u){if(c.isArray(u))c.each(u,function(p,t){b||/\[\]$/.test(m)?f(m,t):d=
(m+"["+(typeof =
t=3D=3D=3D"object"||c.isArray(t)?p:"")+"]",t)});else!b&&u!=3Dnull&&typeof=
 =
u=3D=3D=3D"object"?c.each(u,function(p,t){d(m+"["+p+"]",t)}):f(m,u)}funct=
ion =
f(m,u){u=3Dc.isFunction(u)?u():u;e[e.length]=3DencodeURIComponent(m)+"=3D=
"+encodeURIComponent(u)}var =
e=3D[];if(b=3D=3D=3Dh)b=3Dc.ajaxSettings.traditional;=0A=
if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});e=
lse for(var l in a)d(l,a[l]);return e.join("&").replace(Qb,"+")}});var =
Ka=3D{},Sb=3D/toggle|show|hide/,Tb=3D/^([+-]=3D)?([\d+-.]+)(.*)$/,ua,Pa=3D=
[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["wid=
th","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]]=
;c.fn.extend({show:function(a,b){if(a||a=3D=3D=3D0)return =
this.animate(J("show",3),a,b);else{a=3D0;for(b=3Dthis.length;a<b;a++){var=
 d=3Dc.data(this[a],"olddisplay");=0A=
this[a].style.display=3Dd||"";if(c.css(this[a],"display")=3D=3D=3D"none")=
{d=3Dthis[a].nodeName;var f;if(Ka[d])f=3DKa[d];else{var e=3Dc("<"+d+" =
/>").appendTo("body");f=3De.css("display");if(f=3D=3D=3D"none")f=3D"block=
";e.remove();Ka[d]=3Df}c.data(this[a],"olddisplay",f)}}a=3D0;for(b=3Dthis=
.length;a<b;a++)this[a].style.display=3Dc.data(this[a],"olddisplay")||"";=
return this}},hide:function(a,b){if(a||a=3D=3D=3D0)return =
this.animate(J("hide",3),a,b);else{a=3D0;for(b=3Dthis.length;a<b;a++){var=
 d=3Dc.data(this[a],"olddisplay");!d&&d!=3D=3D"none"&&c.data(this[a],=0A=
"olddisplay",c.css(this[a],"display"))}a=3D0;for(b=3Dthis.length;a<b;a++)=
this[a].style.display=3D"none";return =
this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=3Dtypeof =
a=3D=3D=3D"boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.appl=
y(this,arguments);else a=3D=3Dnull||d?this.each(function(){var =
f=3Dd?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(J=
("toggle",3),a,b);return this},fadeTo:function(a,b,d){return =
this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},=
a,d)},=0A=
animate:function(a,b,d,f){var =
e=3Dc.speed(b,d,f);if(c.isEmptyObject(a))return =
this.each(e.complete);return =
this[e.queue=3D=3D=3Dfalse?"each":"queue"](function(){var =
l=3Dc.extend({},e),m,u=3Dthis.nodeType=3D=3D=3D1&&c(this).is(":hidden"),p=
=3Dthis;for(m in a){var =
t=3Dm.replace(Ha,Ia);if(m!=3D=3Dt){a[t]=3Da[m];delete =
a[m];m=3Dt}if(a[m]=3D=3D=3D"hide"&&u||a[m]=3D=3D=3D"show"&&!u)return =
l.complete.call(this);if((m=3D=3D=3D"height"||m=3D=3D=3D"width")&&this.st=
yle){l.display=3Dc.css(this,"display");l.overflow=3Dthis.style.overflow}i=
f(c.isArray(a[m])){(l.specialEasing=3D=0A=
l.specialEasing||{})[m]=3Da[m][1];a[m]=3Da[m][0]}}if(l.overflow!=3Dnull)t=
his.style.overflow=3D"hidden";l.curAnim=3Dc.extend({},a);c.each(a,functio=
n(A,H){var O=3Dnew =
c.fx(p,l,A);if(Sb.test(H))O[H=3D=3D=3D"toggle"?u?"show":"hide":H](a);else=
{var S=3DTb.exec(H),R=3DO.cur(true)||0;if(S){H=3DparseFloat(S[2]);var =
W=3DS[3]||"px";if(W!=3D=3D"px"){p.style[A]=3D(H||1)+W;R=3D(H||1)/O.cur(tr=
ue)*R;p.style[A]=3DR+W}if(S[1])H=3D(S[1]=3D=3D=3D"-=3D"?-1:1)*H+R;O.custo=
m(R,H,W)}else O.custom(R,H,"")}});return true})},stop:function(a,b){var =
d=3Dc.timers;a&&this.queue([]);=0A=
this.each(function(){for(var =
f=3Dd.length-1;f>=3D0;f--)if(d[f].elem=3D=3D=3Dthis){b&&d[f](true);d.spli=
ce(f,1)}});b||this.dequeue();return =
this}});c.each({slideDown:J("show",1),slideUp:J("hide",1),slideToggle:J("=
toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b=
){c.fn[a]=3Dfunction(d,f){return =
this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=3Da&&typeof =
a=3D=3D=3D"object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,ea=
sing:d&&b||b&&!c.isFunction(b)&&b};f.duration=3Dc.fx.off?0:typeof =
f.duration=3D=3D=3D=0A=
"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=3D=
f.complete;f.complete=3Dfunction(){f.queue!=3D=3Dfalse&&c(this).dequeue()=
;c.isFunction(f.old)&&f.old.call(this)};return =
f},easing:{linear:function(a,b,d,f){return =
d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},t=
imers:[],fx:function(a,b,d){this.options=3Db;this.elem=3Da;this.prop=3Dd;=
if(!b.orig)b.orig=3D{}}});c.fx.prototype=3D{update:function(){this.option=
s.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.p=
rop]||=0A=
c.fx.step._default)(this);if((this.prop=3D=3D=3D"height"||this.prop=3D=3D=
=3D"width")&&this.elem.style)this.elem.style.display=3D"block"},cur:funct=
ion(a){if(this.elem[this.prop]!=3Dnull&&(!this.elem.style||this.elem.styl=
e[this.prop]=3D=3Dnull))return =
this.elem[this.prop];return(a=3DparseFloat(c.css(this.elem,this.prop,a)))=
&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:functio=
n(a,b,d){function f(l){return =
e.step(l)}this.startTime=3Do();this.start=3Da;this.end=3Db;this.unit=3Dd|=
|this.unit||"px";this.now=3Dthis.start;=0A=
this.pos=3Dthis.state=3D0;var =
e=3Dthis;f.elem=3Dthis.elem;if(f()&&c.timers.push(f)&&!ua)ua=3DsetInterva=
l(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=3Dc.style(t=
his.elem,this.prop);this.options.show=3Dtrue;this.custom(this.prop=3D=3D=3D=
"width"||this.prop=3D=3D=3D"height"?1:0,this.cur());c(this.elem).show()},=
hide:function(){this.options.orig[this.prop]=3Dc.style(this.elem,this.pro=
p);this.options.hide=3Dtrue;this.custom(this.cur(),0)},step:function(a){v=
ar =
b=3Do(),d=3Dtrue;if(a||b>=3Dthis.options.duration+this.startTime){this.no=
w=3D=0A=
this.end;this.pos=3Dthis.state=3D1;this.update();this.options.curAnim[thi=
s.prop]=3Dtrue;for(var f in =
this.options.curAnim)if(this.options.curAnim[f]!=3D=3Dtrue)d=3Dfalse;if(d=
){if(this.options.display!=3Dnull){this.elem.style.overflow=3Dthis.option=
s.overflow;a=3Dc.data(this.elem,"olddisplay");this.elem.style.display=3Da=
?a:this.options.display;if(c.css(this.elem,"display")=3D=3D=3D"none")this=
.elem.style.display=3D"block"}this.options.hide&&c(this.elem).hide();if(t=
his.options.hide||this.options.show)for(var e in =
this.options.curAnim)c.style(this.elem,=0A=
e,this.options.orig[e]);this.options.complete.call(this.elem)}return =
false}else{e=3Db-this.startTime;this.state=3De/this.options.duration;a=3D=
this.options.easing||(c.easing.swing?"swing":"linear");this.pos=3Dc.easin=
g[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](t=
his.state,e,0,1,this.options.duration);this.now=3Dthis.start+(this.end-th=
is.start)*this.pos;this.update()}return =
true}};c.extend(c.fx,{tick:function(){for(var =
a=3Dc.timers,b=3D0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||=0A=
c.fx.stop()},stop:function(){clearInterval(ua);ua=3Dnull},speeds:{slow:60=
0,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacit=
y",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=3D=
null)a.elem.style[a.prop]=3D(a.prop=3D=3D=3D"width"||a.prop=3D=3D=3D"heig=
ht"?Math.max(0,a.now):a.now)+a.unit;else =
a.elem[a.prop]=3Da.now}}});if(c.expr&&c.expr.filters)c.expr.filters.anima=
ted=3Dfunction(a){return c.grep(c.timers,function(b){return =
a=3D=3D=3Db.elem}).length};c.fn.offset=3D"getBoundingClientRect"in=0A=
z.documentElement?function(a){var b=3Dthis[0];if(a)return =
this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocum=
ent)return null;if(b=3D=3D=3Db.ownerDocument.body)return =
c.offset.bodyOffset(b);var =
d=3Db.getBoundingClientRect(),f=3Db.ownerDocument;b=3Df.body;f=3Df.docume=
ntElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrol=
lTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXO=
ffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.c=
lientLeft||=0A=
0)}}:function(a){var b=3Dthis[0];if(a)return =
this.each(function(A){c.offset.setOffset(this,a,A)});if(!b||!b.ownerDocum=
ent)return null;if(b=3D=3D=3Db.ownerDocument.body)return =
c.offset.bodyOffset(b);c.offset.initialize();var =
d=3Db.offsetParent,f=3Db,e=3Db.ownerDocument,l,m=3De.documentElement,u=3D=
e.body;f=3D(e=3De.defaultView)?e.getComputedStyle(b,null):b.currentStyle;=
for(var =
p=3Db.offsetTop,t=3Db.offsetLeft;(b=3Db.parentNode)&&b!=3D=3Du&&b!=3D=3Dm=
;){if(c.offset.supportsFixedPosition&&f.position=3D=3D=3D"fixed")break;l=3D=
e?e.getComputedStyle(b,=0A=
null):b.currentStyle;p-=3Db.scrollTop;t-=3Db.scrollLeft;if(b=3D=3D=3Dd){p=
+=3Db.offsetTop;t+=3Db.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offse=
t.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){p+=3D=
parseFloat(l.borderTopWidth)||0;t+=3DparseFloat(l.borderLeftWidth)||0}f=3D=
d;d=3Db.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&l.=
overflow!=3D=3D"visible"){p+=3DparseFloat(l.borderTopWidth)||0;t+=3Dparse=
Float(l.borderLeftWidth)||0}f=3Dl}if(f.position=3D=3D=3D"relative"||f.pos=
ition=3D=3D=3D"static"){p+=3Du.offsetTop;=0A=
t+=3Du.offsetLeft}if(c.offset.supportsFixedPosition&&f.position=3D=3D=3D"=
fixed"){p+=3DMath.max(m.scrollTop,u.scrollTop);t+=3DMath.max(m.scrollLeft=
,u.scrollLeft)}return{top:p,left:t}};c.offset=3D{initialize:function(){va=
r =
a=3Dz.body,b=3Dz.createElement("div"),d,f,e,l=3DparseFloat(c.curCSS(a,"ma=
rginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,mar=
gin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML=
=3D"<div style=3D'position:absolute;top:0;left:0;margin:0;border:5px =
solid #000;padding:0;width:1px;height:1px;'><div></div></div><table =
style=3D'position:absolute;top:0;left:0;margin:0;border:5px solid =
#000;padding:0;width:1px;height:1px;' cellpadding=3D'0' =
cellspacing=3D'0'><tr><td></td></tr></table>";=0A=
a.insertBefore(b,a.firstChild);d=3Db.firstChild;f=3Dd.firstChild;e=3Dd.ne=
xtSibling.firstChild.firstChild;this.doesNotAddBorder=3Df.offsetTop!=3D=3D=
5;this.doesAddBorderForTableAndCells=3De.offsetTop=3D=3D=3D5;f.style.posi=
tion=3D"fixed";f.style.top=3D"20px";this.supportsFixedPosition=3Df.offset=
Top=3D=3D=3D20||f.offsetTop=3D=3D=3D15;f.style.position=3Df.style.top=3D"=
";d.style.overflow=3D"hidden";d.style.position=3D"relative";this.subtract=
sBorderForOverflowNotVisible=3Df.offsetTop=3D=3D=3D-5;this.doesNotInclude=
MarginInBodyOffset=3Da.offsetTop!=3D=3Dl;a.removeChild(b);=0A=
c.offset.initialize=3Dc.noop},bodyOffset:function(a){var =
b=3Da.offsetTop,d=3Da.offsetLeft;c.offset.initialize();if(c.offset.doesNo=
tIncludeMarginInBodyOffset){b+=3DparseFloat(c.curCSS(a,"marginTop",true))=
||0;d+=3DparseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d=
}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.s=
tyle.position=3D"relative";var =
f=3Dc(a),e=3Df.offset(),l=3DparseInt(c.curCSS(a,"top",true),10)||0,m=3Dpa=
rseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=3Db.call(a,=0A=
d,e);d=3D{top:b.top-e.top+l,left:b.left-e.left+m};"using"in =
b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[=
0])return null;var =
a=3Dthis[0],b=3Dthis.offsetParent(),d=3Dthis.offset(),f=3D/^body|html$/i.=
test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=3DparseFloat(c.curCS=
S(a,"marginTop",true))||0;d.left-=3DparseFloat(c.curCSS(a,"marginLeft",tr=
ue))||0;f.top+=3DparseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.le=
ft+=3DparseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.t=
op-=0A=
f.top,left:d.left-f.left}},offsetParent:function(){return =
this.map(function(){for(var =
a=3Dthis.offsetParent||z.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(=
a,"position")=3D=3D=3D"static";)a=3Da.offsetParent;return =
a})}});c.each(["Left","Top"],function(a,b){var =
d=3D"scroll"+b;c.fn[d]=3Dfunction(f){var e=3Dthis[0],l;if(!e)return =
null;if(f!=3D=3Dh)return =
this.each(function(){if(l=3DF(this))l.scrollTo(!a?f:c(l).scrollLeft(),a?f=
:c(l).scrollTop());else this[d]=3Df});else =
return(l=3DF(e))?"pageXOffset"in l?l[a?"pageYOffset":"pageXOffset"]:=0A=
c.support.boxModel&&l.document.documentElement[d]||l.document.body[d]:e[d=
]}});c.each(["Height","Width"],function(a,b){var =
d=3Db.toLowerCase();c.fn["inner"+b]=3Dfunction(){return =
this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=3Dfunction=
(f){return =
this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=3Dfuncti=
on(f){var e=3Dthis[0];if(!e)return =
f=3D=3Dnull?null:this;if(c.isFunction(f))return =
this.each(function(l){var =
m=3Dc(this);m[d](f.call(this,l,m[d]()))});return"scrollTo"in =
e&&e.document?=0A=
e.document.compatMode=3D=3D=3D"CSS1Compat"&&e.document.documentElement["c=
lient"+b]||e.document.body["client"+b]:e.nodeType=3D=3D=3D9?Math.max(e.do=
cumentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b=
],e.body["offset"+b],e.documentElement["offset"+b]):f=3D=3D=3Dh?c.css(e,d=
):this.css(d,typeof =
f=3D=3D=3D"string"?f:f+"px")}});i.jQuery=3Di.$=3Dc})(window);var =
P=3DjQuery;P.noConflict();jQuery.cookie=3Dfunction(i,h,j){if(typeof =
h!=3D"undefined"){j=3Dj||{};if(h=3D=3D=3Dnull){h=3D"";j.expires=3D-1}var =
n=3D"";if(j.expires&&(typeof j.expires=3D=3D=0A=
"number"||j.expires.toUTCString)){if(typeof =
j.expires=3D=3D"number"){n=3Dnew =
Date;n.setTime(n.getTime()+j.expires*24*60*60*1E3)}else =
n=3Dj.expires;n=3D"; expires=3D"+n.toUTCString()}var v=3Dj.path?"; =
path=3D"+j.path:"",o=3Dj.domain?"; =
domain=3D"+j.domain:"";j=3Dj.secure?"; =
secure":"";document.cookie=3D[i,"=3D",encodeURIComponent(h),n,v,o,j].join=
("")}else{h=3Dnull;if(document.cookie&&document.cookie!=3D""){j=3Ddocumen=
t.cookie.split(";");for(n=3D0;n<j.length;n++){v=3DjQuery.trim(j[n]);if(v.=
substring(0,i.length+1)=3D=3Di+"=3D"&&v.match("=3D")){h=3D=0A=
decodeURIComponent(v.substring(i.length+1));break}else =
if(!v.match("=3D")&&v.substring(0,i.length)=3D=3Di){h=3D"";break}}}return=
 h}};jQuery.fn.extend({elementFrame:function(){var =
i=3DjQuery(this);if(arguments.length=3D=3D=3D1){var =
h=3Darguments[0],j=3Dh.topleft,n=3Dh.bottomright,v=3Dj.x,o=3Dh.width||n.x=
-j.x;n=3Dh.height||n.y-j.y;i.css("top",j.y+"px");i.css("left",v+"px");if(=
!h.ignoreDimensions){i.width(o);i.height(n)}i.css("zIndex",h.zIndex);retu=
rn this}else{i=3DjQuery(this);var =
r=3Di.offset();o=3Di.width();n=3Di.height();h=3Di.outerWidth()||=0A=
o;j=3Di.outerHeight()||n;v=3Dr.left;var C=3Dv+h;r=3Dr.top;var =
x=3Dr+j;i=3Di.css("z-index");return{width:o,height:n,outerWidth:h,outerHe=
ight:j,zIndex:i,topleft:{x:v,y:r},topright:{x:C,y:r},bottomleft:{x:v,y:x}=
,bottomright:{x:C,y:x}}}},windowFrame:function(){var =
i=3DjQuery(document.body),h=3D0,j=3DjQuery(document.body).width();if(self=
.innerHeight)h=3Dself.innerHeight;else =
if(document.documentElement&&document.documentElement.clientHeight)h=3Ddo=
cument.documentElement.clientHeight;else =
if(document.body)h=3Ddocument.body.clientHeight;=0A=
var =
n=3DparseInt(i.css("margin-left"),10),v=3DparseInt(i.css("margin-right"),=
10);i=3Dself.pageYOffset||jQuery.boxModel&&document.documentElement.scrol=
lTop||document.body.scrollTop;var =
o=3Di+h,r=3Dself.pageXOffset||jQuery.boxModel&&document.documentElement.s=
crollLeft||document.body.scrollLeft;n=3Dr+j+v+n;v=3DscrollWidth=3D0;v=3Dd=
ocument.documentElement&&document.documentElement.scrollHeight>v?document=
.documentElement.scrollHeight:document.body.scrollHeight>h?document.body.=
scrollHeight:document.body.offsetHeight;scrollWidth=3D=0A=
document.documentElement&&document.documentElement.scrollWidth>scrollWidt=
h?document.documentElement.scrollWidth:document.body.scrollWidth>j?docume=
nt.body.scrollWidth:document.body.offsetWidth;return{width:j,height:h,scr=
ollWidth:scrollWidth,scrollHeight:v,topleft:{x:r,y:i},topright:{x:n,y:i},=
bottomleft:{x:r,y:o},bottomright:{x:n,y:o}}},_availableFrameSizesHelper:f=
unction(i,h,j,n,v,o){return =
i=3D=3D=3D0||h=3D=3D=3D0?null:{width:i,height:h,topleft:{x:o,y:j},toprigh=
t:{x:n,y:j},bottomleft:{x:o,y:v},bottomright:{x:n,=0A=
y:v}}},availableFrameSizes:function(){var =
i=3DjQuery(this),h=3Di.elementFrame(),j=3Di.windowFrame(),n=3Dj.topleft.y=
,v=3Dj.topleft.x;i=3Dj.topright.x;var =
o=3Dj.bottomright.y,r=3Dh.topleft.y,C=3Dh.bottomleft.y,x=3Dh.topleft.x,B=3D=
h.topright.x,I=3Dh.width,E=3Dh.height,D=3Dr-n;if(D<0)D=3D0;var =
M=3Do-C;if(M<0)M=3D0;var J=3Dx-v;if(J<0)J=3D0;var =
F=3Di-B;if(F<0)F=3D0;h=3Dthis._availableFrameSizesHelper(j.width,D,n,i,r,=
v);var =
c=3Dthis._availableFrameSizesHelper(j.width,M,C,i,o,v),T=3Dthis._availabl=
eFrameSizesHelper(J,j.height,n,B,o,v);j=3Dthis._availableFrameSizesHelper=
(F,=0A=
j.height,n,i,o,B);var =
ga=3Dthis._availableFrameSizesHelper(J,D,n,x,r,v),z=3Dthis._availableFram=
eSizesHelper(I,D,n,B,r,x);n=3Dthis._availableFrameSizesHelper(F,D,n,i,r,B=
);D=3Dthis._availableFrameSizesHelper(J,M,C,x,o,v);I=3Dthis._availableFra=
meSizesHelper(I,M,C,B,o,x);o=3Dthis._availableFrameSizesHelper(F,M,C,i,o,=
B);v=3Dthis._availableFrameSizesHelper(J,E,r,x,C,v);i=3Dthis._availableFr=
ameSizesHelper(F,E,r,i,C,B);return{top:h,bottom:c,left:T,right:j,topleft:=
ga,topcenter:z,topright:n,bottomleft:D,bottomcenter:I,bottomright:o,=0A=
middleleft:v,middleright:i}},elementFramePercentHidden:function(){var =
i=3DjQuery(this),h=3Di.windowFrame(),j=3Di.elementFrame();i=3Dh.topleft.y=
;var =
n=3Dh.topleft.x,v=3Dh.bottomright.x,o=3Dh.bottomright.y,r=3Dj.topleft.y,C=
=3Dj.bottomleft.y,x=3Dj.topleft.x,B=3Dj.topright.x,I=3Dj.outerWidth;j=3Dj=
.outerHeight;var =
E=3DrPixel=3DtPixel=3DbPixel=3D0,D=3DrPercent=3DtPercent=3DbPercent=3D0,M=
=3Dfalse;n=3Dx-n;if(n<0){M=3Dtrue;E=3Dn*-1;D=3D(I+n)/I*100}n=3Dv-B;if(n<0=
){M=3Dtrue;rPixel=3Dn*-1;rPercent=3D100-(I+n)/I*100}n=3Dr-i;if(n<0){M=3Dt=
rue;tPixel=3Dn*-1;tPercent=3D(j+n)/j*100}n=3D=0A=
o-C+(!jQuery.browser.msie&&h.scrollWidth>h.width+16?-16:0);if(n<0){M=3Dtr=
ue;bPixel=3Dn*-1;bPercent=3D100-(j+n)/j*100}return{isHidden:M,left:D,righ=
t:rPercent,top:tPercent,bottom:bPercent,pixels:{left:E,right:rPixel,top:t=
Pixel,bottom:bPixel}}},moveFrameIntoView:function(){var =
i=3DjQuery(this),h=3Di.elementFramePercentHidden();if(h.isHidden){var =
j=3Dh.pixels.bottom,n=3Dh.pixels.left,v=3Dh.pixels.right;h=3Dh.pixels.top=
||-j||0;if(h!=3D=3D0){h=3DparseInt(i.css("top"),10)+parseInt(h,10);i.css(=
"top",h+"px")}n=3Dn||-v||0;if(n!=3D=3D0){n=3D=0A=
parseInt(i.css("left"),10)+parseInt(n,10);i.css("left",n+"px")}}},setFram=
ePosition:function(i,h){var =
j=3DjQuery(this).css("top",-1000).css("display","block"),n=3DjQuery(h.ele=
ment),v=3Dj.elementFrame(),o=3Dn.elementFrame();j.windowFrame();for(var =
r=3Dj.parents().get(),C=3Dfalse,x=3D0;x<r.length;x++)if(jQuery(r[x]).css(=
"position")=3D=3D"relative"){C=3Dtrue;break}if(C)x=3Dr=3D0;else{r=3Do.top=
left.x;x=3Do.topleft.y}h=3Dthis._getFrameOffsetPosition(n,o.height,o.widt=
h,h.vertical,h.hortizontal);r+=3Dh.offsetX;x+=3Dh.offsetY;n=3Dthis._getFr=
ameOffsetPosition(j,=0A=
v.height,v.width,i.vertical,i.hortizontal);h=3Dr+(i.customOffsetX||0)-n.o=
ffsetX;n=3Dx+(i.customOffsetY||0)-n.offsetY;if(C){h-=3Dr;n-=3Dx}v=3D{topl=
eft:{x:h,y:n},width:v.width,height:v.height,ignoreDimensions:true};C=3Dj.=
css("opacity");r=3Dj.css("filter");x=3Dj.css("-ms-filter");j.css("opacity=
",0).css("filter","alpha(opacity=3D0)").css("-ms-filter","progid:DXImageT=
ransform.Microsoft.Alpha(Opacity=3D0)").elementFrame(v);if(!i.adjustFit||=
i.adjustFit.toLowerCase()=3D=3D=3D"autoadjust"||i.adjustFit.toLowerCase()=
=3D=3D=3D"slide")j.moveFrameIntoView();=0A=
j.css("display","none").css("opacity",C).css("filter",r).css("-ms-filter"=
,x);return this},_getFrameOffsetPosition:function(i,h,j,n,v){function =
o(x,B){if(x.indexOf("%")>0){x=3DparseFloat(x)/100;return =
Math.floor(B*x)}else return x.length>0?parseInt(x):0}var =
r=3D0,C=3D0;switch(n.toLowerCase()){case "top":case =
"t":r=3DparseInt(i.css("margin-top"),10)||0;break;case "middle":case =
"m":case "center":case "c":r=3DMath.floor(h/2);break;case "bottom":case =
"b":r=3Dh;break;default:r=3Do(n,h);if(isNaN(r))r=3D0}switch(v.toLowerCase=
()){case "left":case "l":C=3D=0A=
parseInt(i.css("margin-left"),10)||0;break;case "center":case =
"c":C=3DMath.floor(j/2);break;case "right":case =
"r":C=3Dj;break;default:C=3Do(v,j);if(isNaN(C))C=3D0}return{offsetX:C,off=
setY:r}},centerFrameInWindow:function(){var =
i=3DjQuery(this),h=3Dfalse;if(i.is(":visible").length=3D=3D=3D0){h=3Dtrue=
;i.css("top","-10000px").css("display","block")}var =
j=3Di.elementFrame(),n=3Di.windowFrame();h&&i.css("display","none");h=3DM=
ath.floor((n.width-j.width)/2)+n.topleft.x;n=3DMath.floor((n.height-j.hei=
ght)/2)+n.topleft.y;i.elementFrame({topleft:{x:h,=0A=
y:n},width:j.width,height:j.height,ignoreDimensions:true});return =
this},createIE6LayerFix:function(i){if(jQuery.browser.msie&&parseInt(jQue=
ry.browser.version,10)<7){var h=3DjQuery("<iframe =
src=3D'javascript:\"\";' class=3D'ui-ncbi-iframe-fix' marginwidth=3D'0' =
marginheight=3D'0' align=3D'bottom' scrolling=3D'no' =
frameborder=3D'0'></iframe>"),j=3DjQuery(this).elementFrame();if(j.zIndex=
!=3D=3D"auto"&&typeof =
parseInt(j.zIndex,10)=3D=3D=3D"number")j.zIndex-=3D1;h.elementFrame(j);i&=
&h.appendTo(document.body);return h}return null}});=0A=
(function(i){i.fn.hoverIntent=3Dfunction(h,j){var =
n=3D{sensitivity:7,interval:100,timeout:0};n=3Di.extend(n,j?{over:h,out:j=
}:h);var =
v,o,r,C,x=3Dfunction(E){v=3DE.pageX;o=3DE.pageY},B=3Dfunction(E,D){D.hove=
rIntent_t=3DclearTimeout(D.hoverIntent_t);if(Math.abs(r-v)+Math.abs(C-o)<=
n.sensitivity){i(D).unbind("mousemove",x);D.hoverIntent_s=3D1;return =
n.over.apply(D,[E])}else{r=3Dv;C=3Do;D.hoverIntent_t=3DsetTimeout(functio=
n(){B(E,D)},n.interval)}},I=3Dfunction(E,D){D.hoverIntent_t=3DclearTimeou=
t(D.hoverIntent_t);D.hoverIntent_s=3D0;=0A=
return n.out.apply(D,[E])};h=3Dfunction(E){for(var =
D=3D(E.type=3D=3D"mouseover"?E.fromElement:E.toElement)||E.relatedTarget;=
D&&D!=3Dthis;)try{D=3DD.parentNode}catch(M){D=3Dthis}if(D=3D=3Dthis)retur=
n false;var =
J=3DjQuery.extend({},E),F=3Dthis;if(F.hoverIntent_t)F.hoverIntent_t=3Dcle=
arTimeout(F.hoverIntent_t);if(E.type=3D=3D"mouseover"){r=3DJ.pageX;C=3DJ.=
pageY;i(F).bind("mousemove",x);if(F.hoverIntent_s!=3D1)F.hoverIntent_t=3D=
setTimeout(function(){B(J,F)},n.interval)}else{i(F).unbind("mousemove",x)=
;if(F.hoverIntent_s=3D=3D1)F.hoverIntent_t=3D=0A=
setTimeout(function(){I(J,F)},n.timeout)}};return =
this.mouseover(h).mouseout(h)}})(jQuery);if(!this.JSON)this.JSON=3D{};(fu=
nction(){function i(B){return B<10?"0"+B:B}function =
h(B){v.lastIndex=3D0;return v.test(B)?'"'+B.replace(v,function(I){var =
E=3DC[I];return typeof =
E=3D=3D=3D"string"?E:"\\u"+("0000"+I.charCodeAt(0).toString(16)).slice(-4=
)})+'"':'"'+B+'"'}function j(B,I){var E,D,M=3Do,J,F=3DI[B];if(F&&typeof =
F=3D=3D=3D"object"&&typeof =
F.toJSON=3D=3D=3D"function")F=3DF.toJSON(B);if(typeof =
x=3D=3D=3D"function")F=3Dx.call(I,B,F);switch(typeof F){case =
"string":return h(F);=0A=
case "number":return isFinite(F)?String(F):"null";case "boolean":case =
"null":return String(F);case =
"object":if(!F)return"null";o+=3Dr;J=3D[];if(Object.prototype.toString.ap=
ply(F)=3D=3D=3D"[object =
Array]"){D=3DF.length;for(B=3D0;B<D;B+=3D1)J[B]=3Dj(B,F)||"null";I=3DJ.le=
ngth=3D=3D=3D0?"[]":o?"[\n"+o+J.join(",\n"+o)+"\n"+M+"]":"["+J.join(",")+=
"]";o=3DM;return I}if(x&&typeof =
x=3D=3D=3D"object"){D=3Dx.length;for(B=3D0;B<D;B+=3D1){E=3Dx[B];if(typeof=
 E=3D=3D=3D"string")if(I=3Dj(E,F))J.push(h(E)+(o?": ":":")+I)}}else =
for(E in F)if(Object.hasOwnProperty.call(F,=0A=
E))if(I=3Dj(E,F))J.push(h(E)+(o?": =
":":")+I);I=3DJ.length=3D=3D=3D0?"{}":o?"{\n"+o+J.join(",\n"+o)+"\n"+M+"}=
":"{"+J.join(",")+"}";o=3DM;return I}}if(typeof =
Date.prototype.toJSON!=3D=3D"function"){Date.prototype.toJSON=3Dfunction(=
){return =
isFinite(this.valueOf())?this.getUTCFullYear()+"-"+i(this.getUTCMonth()+1=
)+"-"+i(this.getUTCDate())+"T"+i(this.getUTCHours())+":"+i(this.getUTCMin=
utes())+":"+i(this.getUTCSeconds())+"Z":null};String.prototype.toJSON=3DN=
umber.prototype.toJSON=3DBoolean.prototype.toJSON=3Dfunction(){return =
this.valueOf()}}var n=3D=0A=
/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u=
2060-\u206f\ufeff\ufff0-\uffff]/g,v=3D/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u060=
0-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\u=
fff0-\uffff]/g,o,r,C=3D{"\u0008":"\\b","\t":"\\t","\n":"\\n","\u000c":"\\=
f","\r":"\\r",'"':'\\"',"\\":"\\\\"},x;if(typeof =
JSON.stringify!=3D=3D"function")JSON.stringify=3Dfunction(B,I,E){var =
D;r=3Do=3D"";if(typeof E=3D=3D=3D"number")for(D=3D0;D<E;D+=3D1)r+=3D" =
";else if(typeof E=3D=3D=3D"string")r=3DE;if((x=3DI)&&typeof I!=3D=3D=0A=
"function"&&(typeof I!=3D=3D"object"||typeof =
I.length!=3D=3D"number"))throw new Error("JSON.stringify");return =
j("",{"":B})};if(typeof =
JSON.parse!=3D=3D"function")JSON.parse=3Dfunction(B,I){function =
E(D,M){var J,F,c=3DD[M];if(c&&typeof c=3D=3D=3D"object")for(J in =
c)if(Object.hasOwnProperty.call(c,J)){F=3DE(c,J);if(F!=3D=3Dundefined)c[J=
]=3DF;else delete c[J]}return =
I.call(D,M,c)}n.lastIndex=3D0;if(n.test(B))B=3DB.replace(n,function(D){re=
turn"\\u"+("0000"+D.charCodeAt(0).toString(16)).slice(-4)});if(/^[\],:{}\=
s]*$/.test(B.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,=0A=
"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\=
d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){B=3Deval("("+B+")");retu=
rn typeof I=3D=3D=3D"function"?E({"":B},""):B}throw new =
SyntaxError("JSON.parse");}})();jQuery.ui||function(i){i.ui=3D{version:"1=
.8",plugin:{add:function(h,j,n){h=3Di.ui[h].prototype;for(var v in =
n){h.plugins[v]=3Dh.plugins[v]||[];h.plugins[v].push([j,n[v]])}},call:fun=
ction(h,j,n){if((j=3Dh.plugins[j])&&h.element[0].parentNode)for(var =
v=3D0;v<j.length;v++)h.options[j[v][0]]&&=0A=
j[v][1].apply(h.element,n)}},contains:function(h,j){return =
document.compareDocumentPosition?h.compareDocumentPosition(j)&16:h!=3D=3D=
j&&h.contains(j)},hasScroll:function(h,j){if(i(h).css("overflow")=3D=3D"h=
idden")return false;j=3Dj&&j=3D=3D"left"?"scrollLeft":"scrollTop";var =
n=3Dfalse;if(h[j]>0)return true;h[j]=3D1;n=3Dh[j]>0;h[j]=3D0;return =
n},isOverAxis:function(h,j,n){return =
h>j&&h<j+n},isOver:function(h,j,n,v,o,r){return =
i.ui.isOverAxis(h,n,o)&&i.ui.isOverAxis(j,v,r)},keyCode:{BACKSPACE:8,CAPS=
_LOCK:20,COMMA:188,CONTROL:17,=0A=
DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUM=
PAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_=
MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT=
:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};i.fn.extend({_focus:i.fn.focus,focus:=
function(h,j){return typeof h=3D=3D=3D"number"?this.each(function(){var =
n=3Dthis;setTimeout(function(){i(n).focus();j&&j.call(n)},h)}):this._focu=
s.apply(this,arguments)},enableSelection:function(){return =
this.attr("unselectable",=0A=
"off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection=
:function(){return =
this.attr("unselectable","on").css("MozUserSelect","none").bind("selectst=
art.ui",function(){return false})},scrollParent:function(){var =
h;h=3Di.browser.msie&&/(static|relative)/.test(this.css("position"))||/ab=
solute/.test(this.css("position"))?this.parents().filter(function(){retur=
n/(relative|absolute|fixed)/.test(i.curCSS(this,"position",1))&&/(auto|sc=
roll)/.test(i.curCSS(this,"overflow",1)+i.curCSS(this,"overflow-y",=0A=
1)+i.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(=
){return/(auto|scroll)/.test(i.curCSS(this,"overflow",1)+i.curCSS(this,"o=
verflow-y",1)+i.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(t=
his.css("position"))||!h.length?i(document):h},zIndex:function(h){if(h!=3D=
=3Dundefined)return =
this.css("zIndex",h);if(this.length){h=3Di(this[0]);for(var =
j;h.length&&h[0]!=3D=3Ddocument;){j=3Dh.css("position");if(j=3D=3D"absolu=
te"||j=3D=3D"relative"||j=3D=3D"fixed"){j=3DparseInt(h.css("zIndex"));if(=
!isNaN(j)&&=0A=
j!=3D0)return j}h=3Dh.parent()}}return =
0}});i.extend(i.expr[":"],{data:function(h,j,n){return!!i.data(h,n[3])},f=
ocusable:function(h){var =
j=3Dh.nodeName.toLowerCase(),n=3Di.attr(h,"tabindex");return(/input|selec=
t|textarea|button|object/.test(j)?!h.disabled:"a"=3D=3Dj||"area"=3D=3Dj?h=
.href||!isNaN(n):!isNaN(n))&&!i(h)["area"=3D=3Dj?"parents":"closest"](":h=
idden").length},tabbable:function(h){var =
j=3Di.attr(h,"tabindex");return(isNaN(j)||j>=3D0)&&i(h).is(":focusable")}=
})}(jQuery);(function(i){var h=3Di.fn.remove;i.fn.remove=3D=0A=
function(j,n){return =
this.each(function(){if(!n)if(!j||i.filter(j,[this]).length)i("*",this).a=
dd(this).each(function(){i(this).triggerHandler("remove")});return =
h.call(i(this),j,n)})};i.widget=3Dfunction(j,n,v){var =
o=3Dj.split(".")[0],r;j=3Dj.split(".")[1];r=3Do+"-"+j;if(!v){v=3Dn;n=3Di.=
Widget}i.expr[":"][r]=3Dfunction(C){return!!i.data(C,j)};i[o]=3Di[o]||{};=
i[o][j]=3Dfunction(C,x){arguments.length&&this._createWidget(C,x)};n=3Dne=
w =
n;n.options=3Di.extend({},n.options);i[o][j].prototype=3Di.extend(true,n,=
{namespace:o,widgetName:j,=0A=
widgetEventPrefix:i[o][j].prototype.widgetEventPrefix||j,widgetBaseClass:=
r},v);i.widget.bridge(j,i[o][j])};i.widget.bridge=3Dfunction(j,n){i.fn[j]=
=3Dfunction(v){var o=3Dtypeof =
v=3D=3D=3D"string",r=3DArray.prototype.slice.call(arguments,1),C=3Dthis;v=
=3D!o&&r.length?i.extend.apply(null,[true,v].concat(r)):v;if(o&&v.substri=
ng(0,1)=3D=3D=3D"_")return C;o?this.each(function(){var =
x=3Di.data(this,j),B=3Dx&&i.isFunction(x[v])?x[v].apply(x,r):x;if(B!=3D=3D=
x&&B!=3D=3Dundefined){C=3DB;return false}}):this.each(function(){var =
x=3Di.data(this,j);if(x){v&&=0A=
x.option(v);x._init()}else i.data(this,j,new n(v,this))});return =
C}};i.Widget=3Dfunction(j,n){arguments.length&&this._createWidget(j,n)};i=
.Widget.prototype=3D{widgetName:"widget",widgetEventPrefix:"",options:{di=
sabled:false},_createWidget:function(j,n){this.element=3Di(n).data(this.w=
idgetName,this);this.options=3Di.extend(true,{},this.options,i.metadata&&=
i.metadata.get(n)[this.widgetName],j);var =
v=3Dthis;this.element.bind("remove."+this.widgetName,function(){v.destroy=
()});this._create();this._init()},_create:function(){},=0A=
_init:function(){},destroy:function(){this.element.unbind("."+this.widget=
Name).removeData(this.widgetName);this.widget().unbind("."+this.widgetNam=
e).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disable=
d "+this.namespace+"-state-disabled")},widget:function(){return =
this.element},option:function(j,n){var =
v=3Dj,o=3Dthis;if(arguments.length=3D=3D=3D0)return =
i.extend({},o.options);if(typeof =
j=3D=3D=3D"string"){if(n=3D=3D=3Dundefined)return =
this.options[j];v=3D{};v[j]=3Dn}i.each(v,function(r,C){o._setOption(r,=0A=
C)});return =
o},_setOption:function(j,n){this.options[j]=3Dn;if(j=3D=3D=3D"disabled")t=
his.widget()[n?"addClass":"removeClass"](this.widgetBaseClass+"-disabled =
"+this.namespace+"-state-disabled").attr("aria-disabled",n);return =
this},enable:function(){return =
this._setOption("disabled",false)},disable:function(){return =
this._setOption("disabled",true)},_trigger:function(j,n,v){var =
o=3Dthis.options[j];n=3Di.Event(n);n.type=3D(j=3D=3D=3Dthis.widgetEventPr=
efix?j:this.widgetEventPrefix+j).toLowerCase();v=3Dv||{};if(n.originalEve=
nt){j=3D=0A=
i.event.props.length;for(var =
r;j;){r=3Di.event.props[--j];n[r]=3Dn.originalEvent[r]}}this.element.trig=
ger(n,v);return!(i.isFunction(o)&&o.call(this.element[0],n,v)=3D=3D=3Dfal=
se||n.isDefaultPrevented())}}})(jQuery);(function(i){i.widget("ui.mouse",=
{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(=
){var =
h=3Dthis;this.element.bind("mousedown."+this.widgetName,function(j){retur=
n =
h._mouseDown(j)}).bind("click."+this.widgetName,function(j){if(h._prevent=
ClickEvent){h._preventClickEvent=3Dfalse;=0A=
j.stopImmediatePropagation();return =
false}});this.started=3Dfalse},_mouseDestroy:function(){this.element.unbi=
nd("."+this.widgetName)},_mouseDown:function(h){h.originalEvent=3Dh.origi=
nalEvent||{};if(!h.originalEvent.mouseHandled){this._mouseStarted&&this._=
mouseUp(h);this._mouseDownEvent=3Dh;var =
j=3Dthis,n=3Dh.which=3D=3D1,v=3Dtypeof =
this.options.cancel=3D=3D"string"?i(h.target).parents().add(h.target).fil=
ter(this.options.cancel).length:false;if(!n||v||!this._mouseCapture(h))re=
turn true;this.mouseDelayMet=3D!this.options.delay;=0A=
if(!this.mouseDelayMet)this._mouseDelayTimer=3DsetTimeout(function(){j.mo=
useDelayMet=3Dtrue},this.options.delay);if(this._mouseDistanceMet(h)&&thi=
s._mouseDelayMet(h)){this._mouseStarted=3Dthis._mouseStart(h)!=3D=3Dfalse=
;if(!this._mouseStarted){h.preventDefault();return =
true}}this._mouseMoveDelegate=3Dfunction(o){return =
j._mouseMove(o)};this._mouseUpDelegate=3Dfunction(o){return =
j._mouseUp(o)};i(document).bind("mousemove."+this.widgetName,this._mouseM=
oveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);=0A=
i.browser.safari||h.preventDefault();return =
h.originalEvent.mouseHandled=3Dtrue}},_mouseMove:function(h){if(i.browser=
.msie&&!h.button)return =
this._mouseUp(h);if(this._mouseStarted){this._mouseDrag(h);return =
h.preventDefault()}if(this._mouseDistanceMet(h)&&this._mouseDelayMet(h))(=
this._mouseStarted=3Dthis._mouseStart(this._mouseDownEvent,h)!=3D=3Dfalse=
)?this._mouseDrag(h):this._mouseUp(h);return!this._mouseStarted},_mouseUp=
:function(h){i(document).unbind("mousemove."+this.widgetName,this._mouseM=
oveDelegate).unbind("mouseup."+=0A=
this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouse=
Started=3Dfalse;this._preventClickEvent=3Dh.target=3D=3Dthis._mouseDownEv=
ent.target;this._mouseStop(h)}return =
false},_mouseDistanceMet:function(h){return =
Math.max(Math.abs(this._mouseDownEvent.pageX-h.pageX),Math.abs(this._mous=
eDownEvent.pageY-h.pageY))>=3Dthis.options.distance},_mouseDelayMet:funct=
ion(){return =
this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mou=
seStop:function(){},_mouseCapture:function(){return true}})})(jQuery);=0A=
(function(i){i.ui=3Di.ui||{};var =
h=3D/left|center|right/,j=3D/top|center|bottom/,n=3Di.fn.position,v=3Di.f=
n.offset;i.fn.position=3Dfunction(o){if(!o||!o.of)return =
n.apply(this,arguments);o=3Di.extend({},o);var =
r=3Di(o.of),C=3D(o.collision||"flip").split(" =
"),x=3Do.offset?o.offset.split(" =
"):[0,0],B,I,E;if(o.of.nodeType=3D=3D=3D9){B=3Dr.width();I=3Dr.height();E=
=3D{top:0,left:0}}else =
if(o.of.scrollTo&&o.of.document){B=3Dr.width();I=3Dr.height();E=3D{top:r.=
scrollTop(),left:r.scrollLeft()}}else =
if(o.of.preventDefault){o.at=3D"left top";B=3DI=3D=0A=
0;E=3D{top:o.of.pageY,left:o.of.pageX}}else{B=3Dr.outerWidth();I=3Dr.oute=
rHeight();E=3Dr.offset()}i.each(["my","at"],function(){var =
D=3D(o[this]||"").split(" =
");if(D.length=3D=3D=3D1)D=3Dh.test(D[0])?D.concat(["center"]):j.test(D[0=
])?["center"].concat(D):["center","center"];D[0]=3Dh.test(D[0])?D[0]:"cen=
ter";D[1]=3Dj.test(D[1])?D[1]:"center";o[this]=3DD});if(C.length=3D=3D=3D=
1)C[1]=3DC[0];x[0]=3DparseInt(x[0],10)||0;if(x.length=3D=3D=3D1)x[1]=3Dx[=
0];x[1]=3DparseInt(x[1],10)||0;if(o.at[0]=3D=3D=3D"right")E.left+=3DB;els=
e if(o.at[0]=3D=3D=3D"center")E.left+=3D=0A=
B/2;if(o.at[1]=3D=3D=3D"bottom")E.top+=3DI;else =
if(o.at[1]=3D=3D=3D"center")E.top+=3DI/2;E.left+=3Dx[0];E.top+=3Dx[1];ret=
urn this.each(function(){var =
D=3Di(this),M=3DD.outerWidth(),J=3DD.outerHeight(),F=3Di.extend({},E);if(=
o.my[0]=3D=3D=3D"right")F.left-=3DM;else =
if(o.my[0]=3D=3D=3D"center")F.left-=3DM/2;if(o.my[1]=3D=3D=3D"bottom")F.t=
op-=3DJ;else =
if(o.my[1]=3D=3D=3D"center")F.top-=3DJ/2;i.each(["left","top"],function(c=
,T){i.ui.position[C[c]]&&i.ui.position[C[c]][T](F,{targetWidth:B,targetHe=
ight:I,elemWidth:M,elemHeight:J,offset:x,my:o.my,at:o.at})});i.fn.bgifram=
e&&=0A=
D.bgiframe();D.offset(i.extend(F,{using:o.using}))})};i.ui.position=3D{fi=
t:{left:function(o,r){var =
C=3Di(window);r=3Do.left+r.elemWidth-C.width()-C.scrollLeft();o.left=3Dr>=
0?o.left-r:Math.max(0,o.left)},top:function(o,r){var =
C=3Di(window);r=3Do.top+r.elemHeight-C.height()-C.scrollTop();o.top=3Dr>0=
?o.top-r:Math.max(0,o.top)}},flip:{left:function(o,r){if(r.at[0]!=3D=3D"c=
enter"){var =
C=3Di(window);C=3Do.left+r.elemWidth-C.width()-C.scrollLeft();var =
x=3Dr.my[0]=3D=3D=3D"left"?-r.elemWidth:r.my[0]=3D=3D=3D"right"?r.elemWid=
th:0,B=3D-2*r.offset[0];=0A=
o.left+=3Do.left<0?x+r.targetWidth+B:C>0?x-r.targetWidth+B:0}},top:functi=
on(o,r){if(r.at[1]!=3D=3D"center"){var =
C=3Di(window);C=3Do.top+r.elemHeight-C.height()-C.scrollTop();var =
x=3Dr.my[1]=3D=3D=3D"top"?-r.elemHeight:r.my[1]=3D=3D=3D"bottom"?r.elemHe=
ight:0,B=3Dr.at[1]=3D=3D=3D"top"?r.targetHeight:-r.targetHeight,I=3D-2*r.=
offset[1];o.top+=3Do.top<0?x+r.targetHeight+I:C>0?x+B+I:0}}}};if(!i.offse=
t.setOffset){i.offset.setOffset=3Dfunction(o,r){if(/static/.test(i.curCSS=
(o,"position")))o.style.position=3D"relative";var =
C=3Di(o),x=3DC.offset(),B=3D=0A=
parseInt(i.curCSS(o,"top",true),10)||0,I=3DparseInt(i.curCSS(o,"left",tru=
e),10)||0;x=3D{top:r.top-x.top+B,left:r.left-x.left+I};"using"in =
r?r.using.call(o,x):C.css(x)};i.fn.offset=3Dfunction(o){var =
r=3Dthis[0];if(!r||!r.ownerDocument)return null;if(o)return =
this.each(function(){i.offset.setOffset(this,o)});return =
v.call(this)}}})(jQuery);if(typeof =
jQuery.ui.jig=3D=3D=3D"undefined")jQuery.ui.jig=3D{};jQuery.ui.jig._decod=
eJSON=3Dfunction(i,h){try{return =
eval("({"+i+"})")}catch(j){jQuery.ui.jig._isConsole("info")&&console.erro=
r("Error parsing parameter metatag: '"+=0A=
h+"'. =
"+j.message)}};jQuery.ui.jig._setLocalConfig=3Dfunction(i,h){if(i=3Di.att=
r("config")){i=3DjQuery.ui.jig._decodeJSON(i);jQuery.extend(h,i)}return =
h};jQuery.ui.jig._generateId=3Dfunction(i,h){h=3Dtypeof =
h!=3D=3D"undefined"?"-"+h:"";arguments.callee.i++;for(var =
j=3D"ui-"+i+h+"-"+arguments.callee.i;document.getElementById(j);){argumen=
ts.callee.i++;j=3D"ui-"+i+h+arguments.callee.i}return =
j};jQuery.ui.jig._generateId.i=3D0;jQuery.ui.jig._isConsole=3Dfunction(i)=
{var h=3Dtypeof window.console!=3D=3D"undefined"||false;if(h)var j=3D=0A=
typeof window.console[i]!=3D=3D"undefined"||false;return =
h&&j?true:false};jQuery.ui.jig._getFncFromStr=3Dfunction(i){var =
h=3Dnull,j=3Dtypeof i;if(j=3D=3D=3D"function")h=3Di;else =
if(j=3D=3D=3D"string"){i=3Di.replace(/^[^:]*:\s*/,"").replace(/\s*$/,"").=
split(".");h=3Dwindow[i[0]];for(j=3D1;j<i.length;j++)h=3Dh[i[j]]}return =
h};var Z=3DP.ui;if(typeof Z.jig=3D=3D=3D"undefined")Z.jig=3D{};var =
Q=3DZ.jig;document.location.search.search(/jig_debug=3Dtrue/i)!=3D=3D-1&&=
typeof =
window.console=3D=3D=3D"undefined"&&P(function(){P("body").prepend('<div =
style=3D"border: 2px solid #ccc; height: 150px; overflow:auto;"><h2 =
style=3D"color:red">jig Console</h2><ul id=3D"jig-cons"></ul></div>');=0A=
console=3D{};for(var =
i=3D["log","info","warn","group","groupEnd"],h=3Dfunction(v){P("#jig-cons=
").append("<li>"+v+"</li>")},j=3D0;j<i.length;j++){var =
n=3Di[j];if(typeof =
console[n]=3D=3D=3D"undefined")console[n]=3Dh}});document.compatMode=3D=3D=
=3D"BackCompat"&&Q._isConsole("warn")&&console.warn("Document is in =
quirks mode. jig widgets only work properly when in standards mode. =
Please add or correct your DOCTYPE definition in your =
page.");Q.scanned=3Dfalse;Q.version=3D"1.5rc";Q._jsExt=3Dnull;Q._cssExt=3D=
null;Q._widgDict=3D{accordion:new U({name:"accordion",=0A=
selector:"div.jig-accordion",overrideDefaults:{autoHeight:false,header:":=
header"}}),ncbidatepicker:new =
U({name:"ncbidatepicker",selector:"input.jig-ncbidatepicker"}),ncbielasti=
ctextarea:new =
U({name:"ncbielastictextarea",selector:"textarea.jig-ncbielastictextarea"=
}),ncbidialog:new U({name:"ncbidialog",selector:"a.jig-ncbidialog, =
button.jig-dialog, input.jig-dialog, =
textarea.jig-dialog",interactions:["draggable","resizable"],overrideDefau=
lts:{autoOpen:false}}),ncbiautocomplete:new U({name:"ncbiautocomplete",=0A=
selector:'input[type=3D"text"].jig-ncbiautocomplete'}),ncbigrid:new =
U({name:"ncbigrid",selector:"div.jig-ncbigrid =
table,div.jig-ncbigrid-scroll =
table,table.jig-ncbigrid,table.jig-ncbigrid-scroll"}),ncbiservergrid:new =
U({name:"ncbiservergrid",selector:"div.jig-ncbiservergrid =
table,div.jig-ncbiservergrid-scroll =
table,table.jig-ncbiservergrid,table.jig-ncbiservergrid-scroll",dependsOn=
:["ncbigrid"]}),ncbimenu:new =
U({name:"ncbimenu",selector:"ul.jig-ncbimenu"}),ncbipopper:new =
U({name:"ncbipopper",selector:".jig-ncbipopper"}),=0A=
ncbislideshow:new =
U({name:"ncbislideshow",selector:"div.jig-ncbislideshow"}),ncbitabpopper:=
new =
U({name:"ncbitabpopper",selector:".jig-ncbitabpopper"}),ncbitoggler:new =
U({name:"ncbitoggler",selector:"a.jig-ncbitoggler,a.jig-ncbitoggler-open,=
a.ui-ncbitoggler,a.ui-ncbitoggler-open"}),ncbitree_base:new =
U({name:"ncbitree_base",selector:"ul.jig-ncbitree_base"}),ncbitree:new =
U({name:"ncbitree",selector:"ul.jig-ncbitree",dependsOn:["ncbitree_base"]=
}),tabs:new U({name:"tabs",selector:"div.jig-tabs"})};var fa=3D=0A=
Q._widgDict,pa=3D[];for(var $ in fa)pa.push($);var =
Ub=3D["draggable","resizable","sortable"];Q.scanjig=3Dfunction(i,h){var =
j,n;if(h){n=3Dh.widgets||pa;j=3Dh.configs||{}}else{j=3D{};n=3Dpa}for(var =
v=3D0;v<n.length;v++){i=3Di||P(document.body);var =
o=3Dn[v];if(!(va&&P.inArray(o,La)=3D=3D=3D-1)){var r=3DZ[o];if(typeof =
r=3D=3D=3D"undefined"&&!Q.scanned)Q._isConsole("warn")&&console.warn('jig=
: widget "'+o+'" does not exist. Check documentation =
(http://iwebdev/core/jig/ for correct name');else{!Q.scanned&&typeof =
r._customLocalConfig=3D=3D=3D"undefined"&&=0A=
function(B,I,E){B.prototype._create=3Dfunction(){var =
M=3Dthis.element.attr("config")||this.element.attr("data-jigconfig");if(M=
){M=3DZ.jig._decodeJSON(M);P.extend(this.options,M)}if(E=3D=3D=3D"droppab=
le"){jQuery(this.options.dragEls);var =
J=3Dfa.droppable.callbacks[this.options.dropCallback];typeof =
J!=3D=3D"undefined"&&this._setData("drop",function(F,c){console.log(F);co=
nsole.log(c);J()})}E=3D=3D=3D"tabs"&&this.element.children("ul").siblings=
("div").attr("role","tabpanel").end().attr("role","tablist").children("li=
").attr("role",=0A=
"presentation").find("a").attr("role","tab").each(function(F){this.tabInd=
ex=3DF>0?-1:0});if((M=3Dfa[E].interactions||null)&&M.length>0){M=3D"";if(=
this.options.draggable&&!Z.draggable)M+=3D'<script =
type=3D"text/javascript" =
src=3D"/core/ui/'+Z.version+'/development-bundle/ui/jquery.ui.draggable.j=
s"><\/script>';if(this.options.resizable&&!Z.resizable)M+=3D'<script =
type=3D"text/javascript" =
src=3D"/core/ui/'+Z.version+'/development-bundle/ui/jquery.ui.resizable.j=
s"><\/script>';P("head").append(M)}I.apply(this,[])};if(E=3D=3D=3D=0A=
"tabs"){var =
D=3DB.prototype._tabify;B.prototype._tabify=3Dfunction(M){var =
J=3Dthis;D.apply(this,[M]);this.getCurrentTabIndex=3Dfunction(){var =
c=3Dnull;J.element.find("ul.ui-tabs-nav").children("li").each(function(T)=
{if(P(this).hasClass("ui-tabs-selected")){c=3DT;return false}});return =
c};var =
F=3DB.prototype.select;B.prototype.select=3Dfunction(c){F.apply(this,[c])=
;return this.anchors.eq(c)};this.getNextTabIndex=3Dfunction(){var =
c=3Dthis.anchors,T=3Dthis.getCurrentTabIndex();return =
T=3D=3D=3Dc.length-1?0:T+1};this.getPreviousTabIndex=3D=0A=
function(){var c=3Dthis.anchors,T=3Dthis.getCurrentTabIndex();return =
T=3D=3D=3D0?c.length-1:T-1};this.element.children("ul.ui-tabs-nav").keydo=
wn(function(c){P(c.target);c=3Dc.keyCode;var =
T=3DP.ui.keyCode,ga=3Dfunction(aa,ra){aa=3DjQuery(aa);nDom=3Daa[0];nDom.f=
ocus();nDom.tabIndex=3D0;ra&&P(ra).each(function(){if(this!=3D=3DnDom)thi=
s.tabIndex=3D-1})};if(c=3D=3D=3DT.RIGHT){var =
z=3DJ.select(J.getNextTabIndex())[0];ga(z,J.anchors)}if(c=3D=3D=3DT.LEFT)=
{z=3DJ.select(J.getPreviousTabIndex())[0];ga(z,J.anchors)}})}}}(r,r.proto=
type._create,o);(function(B){r.getSelector=3D=0A=
function(){return fa[B].selector}})(o);h=3D{};for(var C in =
j)if(C=3D=3D=3Do)h=3Dj[C];var x=3DVb(Wb(o))||{};if(typeof =
x.contextNode!=3D=3D"undefined")i=3DP(x.contextNode);h=3DjQuery.extend(x,=
h);x=3Dfa[o].overrideDefaults;typeof =
x!=3D=3D"undefined"&&P.extend(h,x);x=3DZ[o].getSelector();P(x,i)[o](h)}}}=
Q.scanned=3Dtrue};Q.scan=3DQ.scanjig;var =
Y=3D["after","before","append","html","prepend"];for($=3D0;$<Y.length;$++=
){var =
qa=3DY[$];origMethod=3DP.fn[qa];(function(i,h){P.fn[h]=3Dfunction(j,n){j=3D=
i.apply(this,[j]);if(n)h!=3D=3D"after"&&h!=3D=3D"before"?P.ui.jig.scan(j,=0A=
n):P.ui.jig.scan(j.parent(),n);return j}})(origMethod,qa)}var =
Xb=3D/(.*\/)js\/jig(?:\.nojquery)?(\.min)?\.js$/;P("script").each(functio=
n(){var =
i=3DP(this).attr("src");if(i)if(i=3Di.match(Xb)){Q._baseURL=3Di[1];if(i[2=
]=3D=3D=3D".min"){Q._isMin=3Dtrue;Q._jsExt=3D".min.js";Q._cssExt=3D".min.=
css"}else{Q._isMin=3Dfalse;Q._jsExt=3D".js";Q._cssExt=3D".css"}}});var =
ea=3DQ._baseURL;ea=3DQ._baseURL;var =
xa=3DQ._jsExt,wa=3DQ._cssExt,Wb=3Dfunction(i){var =
h=3DMa.length;if(h>0)for(var j=3D0;j<h;j++){var =
n=3DMa[j],v=3DP.trim(n.getAttribute("name"));if(i=3D=3D=3D=0A=
v)return n}},Vb=3Dfunction(i){i=3DP(i);var =
h=3Di.attr("content");i.attr("name");if(h)return =
Z.jig._decodeJSON(h,name)},Yb=3Dfunction(i){document.write('<link =
type=3D"text/css" rel=3D"stylesheet" =
href=3D"'+ea+"css/jquery.ui."+i+wa+'"/>')},ib=3Dfunction(i){document.writ=
e('<script type=3D"text/javascript" =
src=3D"'+ea+"js/jquery.ui."+i+xa+'"><\/script>')};$=3Dfunction(){ib("widg=
ets");Yb("widgets");P(document).ready(function(){Q.scan()})};document.wri=
te('<link rel=3D"stylesheet" type=3D"text/css" =
href=3D"'+ea+"css/jig.core.theme"+=0A=
wa+'"/>');var =
va=3Dnull,Ma=3D[];P("head").find("meta").each(function(){var =
i=3DP.trim(P(this).attr("name"));if(i.search(/^jig$/)!=3D=3D-1)va=3Dthis;=
P.inArray(i,pa)!=3D=3D-1&&Ma.push(this)});if(va){var =
La=3Dva.getAttribute("content").split(/ +|, =
?|;/),jb=3D[];for($=3D0;$<La.length;$++){Y=3DLa[$];qa=3DP.inArray(Y,pa)!=3D=
=3D-1?true:false;var =
kb=3DP.inArray(Y,Ub)!=3D=3D-1?true:false;if(!qa&&!kb){Y=3D'jig error: No =
widget with the name "'+Y+'". Check documentation at =
http://iwebdev/core/jig for proper name, and set meta tag =
accordingly';typeof window.console!=3D=3D=0A=
"undefined"&&typeof =
console.warn!=3D=3D"undefined"?console.warn(Y):alert(Y)}else{if(qa){jb.pu=
sh(Y);fa[Y].addToPage()}kb&&ib(Y)}}P(function(){Q.scan(null,{widgets:jb})=
})}else $()}})();=0A=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/js/dd_menu.js

jQuery(document).ready( function()=0A=
{=0A=
	$ =3D jQuery;=0A=
=0A=
=0A=
   /**=0A=
    *  For sub-menu=0A=
    */=0A=
	var timeout    =3D 500;=0A=
	var closetimer =3D 0;=0A=
	var ddmenuitem =3D 0;=0A=
=0A=
	function ddm_open()=0A=
	{=0A=
		ddm_canceltimer();=0A=
   		ddm_close();=0A=
   		ddmenuitem =3D $(this).find( 'ul' ).css( 'visibility', 'visible' );=0A=
	}=0A=
=0A=
	function ddm_close()=0A=
	{=0A=
		if ( ddmenuitem ) ddmenuitem.css( 'visibility', 'hidden' );=0A=
	}=0A=
=0A=
	function ddm_timer()=0A=
	{=0A=
		closetimer =3D window.setTimeout( ddm_close, timeout );=0A=
	}=0A=
=0A=
	function ddm_canceltimer()=0A=
	{=0A=
		if( closetimer )=0A=
		{=0A=
			window.clearTimeout( closetimer );=0A=
      		closetimer =3D null;=0A=
		}=0A=
	}=0A=
=0A=
	$( '#geo_nav_bar > li' ).bind( 'mouseover', ddm_open );=0A=
	$( '#geo_nav_bar > li' ).bind( 'mouseout', ddm_timer );=0A=
=0A=
	document.onclick =3D ddm_close;=0A=
=0A=
});=0A=
=0A=

------=_NextPart_000_0000_01CCD13C.022C91A0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.ncbi.nlm.nih.gov/geo/query/acc.js

(function($) { =0A=
=0A=
jQuery.ui.epiGeneticsMap =3D function(options_)=0A=
{	    =0A=
	var opts =3D { =0A=
			selector : 'td', =0A=
			elementText : 'Named Annotation' ,=0A=
			parentTag: 'tr'=0A=
	};=0A=
	// Extend default options.=0A=
	var options =3D jQuery.extend( true, opts, options_ );  // extend =
options=0A=
	=0A=
	var nodes =3D [];=0A=
	var parents =3D [];=0A=
	var nextSibling =3D [];=0A=
	=0A=
	var init =3D function(){=0A=
		this.elementList =3D =
jQuery(options.selector+':contains('+options.elementText+')');=0A=
		var proceed =3D false;=0A=
		for(i in this.elementList){=0A=
			if(this.elementList[i].innerHTML =3D=3D options.elementText){				=0A=
				nodes.push(this.elementList[i]);=0A=
				proceed =3D true;=0A=
			}			=0A=
		} =0A=
		=0A=
		if(!proceed){ return;}=0A=
		=0A=
		=0A=
		var parent =3D [];=0A=
		var ids =3D [];=0A=
		for(i in nodes){=0A=
			var node =3D nodes[i];=0A=
			parent =3D getParent( node );=0A=
			var sibling =3D getNextSibling( node );=0A=
			=0A=
			parent.css('display','none');		=0A=
			ids.push(sibling.text());									=0A=
		}		=0A=
		=0A=
		if(ids[0]){=0A=
			var content =3D getContents(ids);=0A=
			var contentsNode =3D jQuery("<td =
colspan=3D'2'></td>").append(content);=0A=
			var epiNode =3D jQuery("<tr></tr>").append(contentsNode);			=0A=
			parent.after(epiNode);				=0A=
		}=0A=
		=0A=
		jQuery('button#submit2viewer').click(function(){=0A=
			var p =3D jQuery('#selectChromo');=0A=
			if(p){=0A=
				if(p.val()){=0A=
					window.open(p.val());=0A=
				}=0A=
			}=0A=
			return false;=0A=
		});=0A=
		=0A=
	};=0A=
	var getContents =3D function (idList){=0A=
		var html =3D '<div id=3D"seqViewerWrapper">';=0A=
		html +=3D '<p><span class=3D"new">*New*</span> See data on NCBI =
Sequence Viewer:</p>';=0A=
		html +=3D '<div class=3D"snapShot"><img =
src=3D"../img/seqview_snap.jpg" alt=3D"seqview_snap.jpg"/></div>';=0A=
		html +=3D createLinks(idList);=0A=
		html +=3D "</div>";=0A=
		return html;=0A=
	}=0A=
	var getParent =3D function( el ){=0A=
		return jQuery(el).parent(options.parentTag);	=0A=
	}=0A=
	var getNextSibling =3D function( el ){=0A=
		return jQuery(el).next(options.selector)	=0A=
	}=0A=
	=0A=
	var createLinks =3D function(idList){=0A=
		var html =3D '<p><b>Please choose chromosome to see data on NCBI =
Sequence Viewer </b></p><ul id=3D"seqViewerUL">';=0A=
		var matrix =3D {=0A=
			1:  { 'acc': 'NC_000001.10', gi: 224589800 },=0A=
			2:  { 'acc': 'NC_000002.11', gi: 224589811 },=0A=
			3:  { 'acc': 'NC_000003.11', gi: 224589815 },=0A=
			4:  { 'acc': 'NC_000004.11', gi: 224589816 },=0A=
			5:  { 'acc': 'NC_000005.9',  gi: 224589817 },=0A=
			6:  { 'acc': 'NC_000006.11', gi: 224589818 },=0A=
			7:  { 'acc': 'NC_000007.13', gi: 224589819 },=0A=
			8:  { 'acc': 'NC_000008.10', gi: 224589820 },=0A=
			9:  { 'acc': 'NC_000009.11', gi: 224589821 },=0A=
			10: { 'acc': 'NC_000010.10', gi: 224589801 },=0A=
			11: { 'acc': 'NC_000011.9',  gi: 224589802 },=0A=
			12: { 'acc': 'NC_000012.10', gi: 224589803 },=0A=
			13: { 'acc': 'NC_000013.10', gi: 224589804 },=0A=
			14: { 'acc': 'NC_000014.8',  gi: 224589805 },=0A=
			15: { 'acc': 'NC_000015.9',  gi: 224589806 },=0A=
			16: { 'acc': 'NC_000016.9',  gi: 224589807 },=0A=
			17: { 'acc': 'NC_000017.10', gi: 224589808 },=0A=
			18: { 'acc': 'NC_000018.9',  gi: 224589809 },=0A=
			19: { 'acc': 'NC_000019.9',  gi: 224589810 },=0A=
			20: { 'acc': 'NC_000020.10', gi: 224589812 },=0A=
			21: { 'acc': 'NC_000021.8',  gi: 224589813 },=0A=
			22: { 'acc': 'NC_000022.10', gi: 224589814 },=0A=
			X:  { 'acc': 'NC_000023.10', gi: 224589822 },=0A=
			Y:  { 'acc': 'NC_000024.9',  gi: 224589823 },=0A=
			M:  { 'acc': 'NC_01807.4',   gi: 17981852 }=0A=
		};=0A=
		=0A=
		=0A=
		for(i in matrix){=0A=
			html +=3D '<li class=3D"viewerLI">'+=0A=
				'<a href=3D"http://www.ncbi.nlm.nih.gov/nuccore/'+=0A=
				matrix[i].gi+=0A=
				=
'?report=3Dgraph&tracks=3D[key:sequence_track][key:graph_track,annots:'+=0A=
				idList.join('|')+=0A=
				=
'][key:gene_model_track,RNAs:false,CDSs:false,Exons:false,annots:Unnamed]=
[key:feature_track,subkey:misc_RNA,annots:other]"'+=0A=
				' target=3D"_new">'+						=0A=
				//'<a =
href=3D"http://www.ncbi.nlm.nih.gov/nuccore/'+matrix[i].gi+'?report=3Dgra=
ph&naa=3D'+idList.join(',')+'" target=3D"_new">'+=0A=
				i+=0A=
				'</a>'+=0A=
			'</li>';=0A=
			=0A=
		}=0A=
		=0A=
		html +=3D "</ul>";=0A=
		return html;=0A=
	}=0A=
=0A=
	=0A=
	return 	init();	=0A=
};=0A=
=0A=
})(jQuery);=0A=
=0A=
jQuery(document).ready(function(){=0A=
	jQuery.ui.epiGeneticsMap();=0A=
	=0A=
	var acc =3D $('.acc').attr('id');=0A=
	// PubMed title=0A=
	$('.pubmed_id').each(function() {=0A=
		var pmObj =3D $(this);=0A=
		var pmId =3D pmObj.attr('id');=0A=
		if (pmId.length) {=0A=
			$.ajax({=0A=
				type: "get", url: "/sites/PubmedCitation?id=3D" + pmId,=0A=
				dataType: "text",=0A=
				success: function(text) {=0A=
					if (text.indexOf('class=3D"title"') > 0) pmObj.html(text);=0A=
				}=0A=
			});=0A=
		}=0A=
	});=0A=
	=0A=
	// BioProject title=0A=
	$('.gp_id').each(function() {=0A=
		var bioObj =3D $(this);=0A=
		var bioId =3D bioObj.attr('id');=0A=
		if (bioId.length) {=0A=
			$.ajax({=0A=
				type: "get", url: =
"http://www.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=3Dbioproject&=
id=3D" + bioId,=0A=
				dataType: "xml",=0A=
				success: function(xml) {=0A=
					var html =3D "<ul>";=0A=
					$(xml).find('DocumentSummary').each(function(){=0A=
						var title =3D $(this).find('Project_Title').text();=0A=
						var id =3D $(this).attr('uid');=0A=
						html+=3D'<li>'+(title.length?title+'. ID: ':'')+=0A=
							'<a =
href=3Dhttp://www.ncbi.nlm.nih.gov/bioproject/'+id+'>'+id+'</a></li>';=0A=
					});=0A=
					html+=3D'</ul>';=0A=
					bioObj.html(html);=0A=
				}=0A=
			});=0A=
		}=0A=
	});=0A=
	=0A=
	// Geo2R link on series=0A=
	$('#geo2r').each(function() {=0A=
		var geo2rObj =3D $(this);=0A=
		$.getJSON("/geo/tools/geoinfo.cgi?mode=3Dvalidate&acc=3D" + acc, =
function(data) {=0A=
			if (data.GEO_Info.accession.series.geo2r.status =3D=3D 0) {=0A=
				var html =3D '<table width=3D"600"><tbody><tr =
bgcolor=3D"#eeeeee"><td><strong>'+=0A=
					'<a href=3D"/geo/geo2r/?acc=3D'+acc+'">Analyze with GEO2R</a>'+=0A=
					'</strong></td></tr></tbody></table>';=0A=
				geo2rObj.append(html);=0A=
			}=0A=
		});=0A=
	});=0A=
	=0A=
	// Custom series supplementary download=0A=
	$('#customDl').click(function() {=0A=
		var customDl =3D $('#customDlArea');=0A=
		var x =3D customDl.offset().top;=0A=
		$('html,body').animate({scrollTop: customDl.offset().top},'fast');=0A=
		customDl.html("<img src=3D'/geo/img/loading_blue.gif'/>Please =
wait...");=0A=
		$.ajax({=0A=
			type: "get", url: "/geosuppl/?mode=3Dlist&acc=3D"+acc,=0A=
			dataType: "xml", timeout: 15000,=0A=
			success: function(xml) {=0A=
				var htmlRows =3D '';=0A=
				var height =3D 0;=0A=
				$(xml).find('file').each(function(){=0A=
					htmlRows +=3D '<tr><td valign=3D"top" =
bgcolor=3D"'+($(this).attr('id') % 2 ? '#eeeeee' : '#deebdc')+=0A=
						'"><input class=3D"customDlGroup" id=3D"'+$(this).attr('id')+'" =
type=3D"checkbox"'+=0A=
						' style=3D"border:none" onClick=3D"CustomDlCount()" =
dlsize=3D"'+$(this).attr('size')+'">'+=0A=
						$(this).text()+'</input></td>'+=0A=
						'<td align=3D"right" bgcolor=3D"'+($(this).attr('id') % 2 ? =
'#eeeeee' : '#deebdc')+=0A=
						'" =
nowrap=3D"nowrap">'+CustomDlBytes($(this).attr('size'))+'</td></tr>';=0A=
					height +=3D 24;=0A=
				});=0A=
				if (height > 450) { height =3D 450; }=0A=
				var html =3D '<br>&nbsp;Custom '+acc+'_RAW.tar archive:'+=0A=
					'<br><table cellpadding=3D"2" cellspacing=3D"2" =
width=3D"600"><thead><tr>'+=0A=
					'<td align=3D"center" bgcolor=3D"#cccccc" =
width=3D"440px"><strong>Supplementary file</strong></td>'+=0A=
					'<td align=3D"center" bgcolor=3D"#cccccc" =
width=3D"160px"><strong>File size</strong></td>'+=0A=
					'</tr></thead><tbody><tr><td colspan=3D"2" style=3D"padding:0">'+=0A=
					'<div style=3D"overflow: auto; width: 600px; height: =
'+height+'px;">'+=0A=
					'<table cellpadding=3D"2" cellspacing=3D"0" =
width=3D"'+(height<450?600:580)+'">'+=0A=
					'<tbody>'+htmlRows+'</tbody>'+=0A=
					'</table></div></td></tr></tbody><tfoot><tr><td>'+=0A=
					'<form id=3D"customDlForm" method=3D"post" action=3D"/geosuppl/">'+=0A=
					'<input id=3D"customDlAll" type=3D"checkbox" style=3D"border:none"'+=0A=
					' onClick=3D"CustomDlAll()"><strong>Select All</strong></input>'+=0A=
					'<input type=3D"hidden" name=3D"acc" value=3D"'+acc+'"/>'+=0A=
					'<input type=3D"hidden" id=3D"customDlId" name=3D"id" value=3D""/>'+=0A=
					'<input type=3D"button" value=3D"Cancel" =
onClick=3D"CustomDlCancel()" style=3D"margin:0 2px 0 180px"/>'+=0A=
					'<input type=3D"submit" id=3D"customDlSubmit" value=3D"Download"'+=0A=
					' disabled=3D"disabled" onClick=3D"CustomDlSubmit()"/>'+=0A=
					'</form></td><td style=3D"padding:6px 0;white-space:nowrap;'+=0A=
					'vertical-align:top;text-align:right" =
id=3D"customDlSize"/></tr></tfoot></table>';=0A=
				customDl.html(html);=0A=
				CustomDlCount();=0A=
			},=0A=
			error: function() {=0A=
				customDl.html("Request is taking too long. Please try again later.");=0A=
			}=0A=
		});=0A=
		return false;=0A=
	});=0A=
	=0A=
	// Pubmed Link update=0A=
	$('#pmidEdit').click(function() {=0A=
		EditPmId();=0A=
		return false;=0A=
	});=0A=
});=0A=
=0A=
var pmidCellText =3D '';=0A=
var pmidCancelText =3D ' <a onclick=3D"return CancelPmId()" =
href=3D"">Cancel</a>';=0A=
=0A=
function EditPmId() {=0A=
	var pmidCell =3D $('#pmidCell');=0A=
	if (!pmidCellText.length) pmidCellText =3D pmidCell.html();=0A=
	pmidCell.html('PubMed ID: <input id=3D"pmidValue" type=3D"text" =
onkeydown=3D"if (event.keyCode =3D=3D 13) CheckPmId()" '+=0A=
					'onmouseover=3D"onLinkOver(\'HelpMessage\' , geoaxema_pubmed)" =
onmouseout=3D"onLinkOut(\'HelpMessage\' , geo_empty_help)"'+=0A=
					'> <input onclick=3D"CheckPmId()" type=3D"button" =
value=3D"Preview">'+pmidCancelText)=0A=
			.addClass('edit');=0A=
}=0A=
=0A=
function CheckPmId() {=0A=
	var pmidValue =3D $('#pmidValue').val();=0A=
	if (pmidValue) {=0A=
		$.ajax({=0A=
			type: "get", url: "/sites/PubmedCitation?id=3D"+pmidValue,=0A=
			dataType: "text", timeout: 3000,=0A=
			success: function(text) {=0A=
				if (text.indexOf('class=3D"title"') > 0) {=0A=
					$('#pmidCell').html(text+' <span id=3D"pmidConfirm"><input =
onclick=3D"UpdatePmId(\''+=0A=
										pmidValue+'\')" type=3D"button" =
value=3D"Save">'+pmidCancelText);=0A=
				} else {=0A=
					$('#pmidCell').html('Cannot find PubMed =
ID:'+pmidValue+pmidCancelText);=0A=
				}=0A=
			},=0A=
			error: function() {=0A=
				$('#pmidCell').html('Error processing request. Please try again =
later.'+pmidCancelText);=0A=
			}=0A=
		});=0A=
	}=0A=
}=0A=
=0A=
function UpdatePmId(pmid) {=0A=
	$('#pmidConfirm').css('display', 'none');=0A=
	$('#pmidCell').removeClass('edit');=0A=
	=
$.getJSON('/geo/update/backend/?acc=3D'+$('.acc').attr('id')+'&pmid=3D'+p=
mid, function(data) {=0A=
		if (data.GeoUpdate.status =3D=3D 'OK') {=0A=
			$('#pmidCell').prev().html('Citation(s)');=0A=
			window.location.reload();=0A=
		} else {=0A=
			$('#pmidCell').html(data.GeoUpdate.message+'. Please try again =
later.'+pmidCancelText);=0A=
		}=0A=
	});=0A=
}=0A=
=0A=
function CancelPmId() {=0A=
	if (pmidCellText.length) {=0A=
		$('#pmidCell').html(pmidCellText).removeClass('edit');=0A=
		$('#pmidEdit').click(function() {=0A=
			EditPmId();=0A=
			return false;=0A=
		});=0A=
		return false;=0A=
	} else {=0A=
		return true;=0A=
	}=0A=
}=0A=
=0A=
function CustomDlBytes(bytecount) {=0A=
	var str =3D '';=0A=
	if (Number(bytecount) > 1073741824) { str =3D =
(bytecount/1073741824).toFixed(1)+' Gb'; }=0A=
	else if (Number(bytecount) > 1048576) { str =3D =
(bytecount/1048576).toFixed(1)+' Mb'; }=0A=
	else if (Number(bytecount) > 1024) { str =3D =
(bytecount/1024).toFixed(1)+' Kb'; }=0A=
	else { str =3D bytecount+' b'; }=0A=
	return str; =0A=
};=0A=
=0A=
function CustomDlCancel() {=0A=
	$('#customDlArea').html("");=0A=
};=0A=
=0A=
function CustomDlSubmit() {=0A=
	var idlist =3D '';=0A=
	$('.customDlGroup').each(function() {=0A=
		if ($(this).attr('checked')) {=0A=
			idlist +=3D (idlist ? ',' : '') + $(this).attr('id');=0A=
		}=0A=
	});=0A=
	$('#customDlId').val(idlist);=0A=
};=0A=
=0A=
function CustomDlAll() {=0A=
	if ($('#customDlAll').attr('checked')) {=0A=
		$('.customDlGroup').attr('checked', 'checked');=0A=
	} else {=0A=
		$('.customDlGroup').removeAttr('checked');=0A=
	}=0A=
	CustomDlCount();=0A=
};=0A=
=0A=
function CustomDlCount() {=0A=
	var size =3D 0;=0A=
	var count =3D 0;=0A=
	$('.customDlGroup').each(function() {=0A=
		if ($(this).attr('checked')) {=0A=
			count++;=0A=
			size+=3DparseInt($(this).attr('dlsize'));=0A=
		}=0A=
	});=0A=
	if (!count) {=0A=
		$('#customDlSubmit').attr('disabled', 'disabled');=0A=
	} else {=0A=
		$('#customDlSubmit').removeAttr('disabled');=0A=
	}=0A=
	$('#customDlSize').html('<strong>'+count+' file(s), =
'+CustomDlBytes(size)+'</strong>');=0A=
};=0A=

------=_NextPart_000_0000_01CCD13C.022C91A0--
