Team:UNIK Copenhagen/test
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
<script language="javascript"> | <script language="javascript"> | ||
// | // | ||
- | Titles=[ " | + | Titles=[ "can1", |
- | " | + | "suc2", |
- | " | + | "FAB", |
- | " | + | "GFP", |
- | " | + | "ura3", |
- | + | ]; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | var nCols = | + | var nCols = 1; // Number of columns in the tables |
- | var bgColor = " | + | var bgColor = "white"; // Pop-up table background color |
var fgColor = "Black"; // Pop-up table text color | var fgColor = "Black"; // Pop-up table text color | ||
- | Text = new Array( | + | Text = new Array(5); // Array of arrays of pop-up table data |
// | // | ||
// Language Years Last Used Bold | // Language Years Last Used Bold | ||
// ----------- ----- --------- ---- | // ----------- ----- --------- ---- | ||
- | Text[0] = new Array( | + | Text[0] = new Array(can1 codes for a transporter that transport arginin and canavanin into the cell); |
- | + | Text[1] = new Array(suc2 is a signal sequence that localizes the translation to ER); | |
- | + | Text[2] = new Array(the fab gene codes for the FAB fragment); | |
- | + | Text[3] = new Array(the gfp gene sodes for the gfp fragment); | |
- | + | Text[4] = new Array(ura3 codes for an enzyme in the synthesis of uracil); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | Text[1] = new Array( | + | |
- | + | ||
- | + | ||
- | + | ||
- | Text[2] = new Array( | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | Text[3] = new Array( | + | |
- | + | ||
- | + | ||
- | + | ||
- | Text[4] = new Array( | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
function eShow(name) | function eShow(name) | ||
{ | { | ||
Line 103: | Line 44: | ||
- | <BODY | + | <BODY> |
- | + | ||
- | + | ||
- | + | ||
<div style="position:relative"> | <div style="position:relative"> | ||
<script language="javascript"> | <script language="javascript"> |