Template:Tokyotechmenudark

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-
<head>
+
<head>
-
<title>QuickMenu Save Document</title>
+
<title>QuickMenu Save Document</title>
-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
 +
 
 +
<!-- *** QuickMenu copyright (c) 2007, OpenCube Inc. All Rights Reserved.
 +
 
 +
-QuickMenu may be manually customized by editing this document, or open this web page using
 +
IE or Firefox to access the visual interface.
 +
 
 +
-->
 +
 
 +
<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
 +
<style type="text/css">
 +
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
 +
.qmmc .qmdivider {
 +
display: block;
 +
font-size: 1px;
 +
border-width: 0px;
 +
border-style: solid;
 +
}
 +
.qmmc .qmdividery {
 +
float: left;
 +
width: 0px;
 +
}
 +
.qmmc .qmtitle {
 +
display: block;
 +
cursor: default;
 +
white-space: nowrap;
 +
}
 +
.qmclear {
 +
font-size: 1px;
 +
height: 0px;
 +
width: 0px;
 +
clear: left;
 +
line-height: 0px;
 +
display: block;
 +
float: none !important;
 +
}
 +
.qmmc {
 +
position: relative;
 +
zoom: 1;
 +
}
 +
.qmmc a, .qmmc li {
 +
float: left;
 +
display: block;
 +
white-space: nowrap;
 +
}
 +
.qmmc div a, .qmmc ul a, .qmmc ul li {
 +
float: none;
 +
}
 +
.qmsh div a {
 +
float: left;
 +
}
 +
.qmmc div {
 +
visibility: hidden;
 +
position: absolute;
 +
}
 +
.qmmc ul {
 +
left: -10000px;
 +
position: absolute;
 +
}
 +
.qmmc, .qmmc ul {
 +
list-style: none;
 +
padding: 0px;
 +
margin: 0px;
 +
}
 +
.qmmc li a {
 +
float: none
 +
}
 +
.qmmc li {
 +
position: relative;
 +
}
 +
.qmmc ul {
 +
z-index: 10;
 +
}
 +
.qmmc ul ul {
 +
z-index: 20;
 +
}
 +
.qmmc ul ul ul {
 +
z-index: 30;
 +
}
 +
.qmmc ul ul ul ul {
 +
z-index: 40;
 +
}
 +
.qmmc ul ul ul ul ul {
 +
z-index: 50;
 +
}
 +
li:hover > ul {
 +
left: auto;
 +
}
 +
#qm0 ul {
 +
top: 100%;
 +
}
 +
#qm0 ul li:hover > ul {
 +
top: 0px;
 +
left: 100%;
 +
}
 +
 
 +
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
 +
 
 +
/* QuickMenu 0 */
 +
 
 +
/*"""""""" (MAIN) Container""""""""*/
 +
#qm0 {
 +
background-color: transparent;
 +
}
 +
 
 +
/*"""""""" (MAIN) Items""""""""*/
 +
#qm0 a {
 +
padding: 8px 20px 5px;
 +
background-color: #000000;
 +
color: #FFFFFF;
 +
font-family: Arial;
 +
font-size: 15px;
 +
text-decoration: none;
 +
border-width: 4px 0px;
 +
border-style: solid;
 +
border-color: #CDCDCD;
 +
}
 +
 
 +
/*"""""""" (MAIN) Hover State""""""""*/
 +
#qm0 a:hover {
 +
text-decoration: underline;
 +
}
 +
 
 +
/*"""""""" (MAIN) Active State""""""""*/
 +
body #qm0 .qmactive, body #qm0 .qmactive:hover {
 +
text-decoration: underline;
 +
}
 +
 
 +
/*"""""""" (SUB) Container""""""""*/
 +
#qm0 div, #qm0 ul {
 +
padding: 5px;
 +
margin: 0px;
 +
background-color: transparent;
 +
border-style: none;
 +
}
 +
 
 +
/*"""""""" (SUB) Items""""""""*/
 +
#qm0 div a, #qm0 ul a {
 +
padding: 2px 40px 2px 5px;
 +
background-color: transparent;
 +
color: #D5D9E5;
 +
border-width: 0px;
 +
border-style: none;
 +
}
 +
 
 +
/*"""""""" (SUB) Hover State""""""""*/
 +
#qm0 div a:hover, #qm0 ul a:hover {
 +
text-decoration: underline;
 +
}
 +
 
 +
/*"""""""" (SUB) Active State""""""""*/
 +
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
 +
background-color: #D5D9E5;
 +
color: #333333;
 +
text-decoration: none;
 +
}
 +
 
 +
</style><!-- Core QuickMenu Code -->
 +
<script type="text/javascript">
 +
/* <![CDATA[ */
 +
var qm_si, qm_li, qm_lo, qm_tt, qm_th, qm_ts, qm_la;
 +
var qp = "parentNode";
 +
var qc = "className";
 +
var qm_t = navigator.userAgent;
 +
var qm_o = qm_t.indexOf("Opera") + 1;
 +
var qm_s = qm_t.indexOf("afari") + 1;
 +
var qm_s2 = qm_s && window.XMLHttpRequest;
 +
var qm_n = qm_t.indexOf("Netscape") + 1;
 +
var qm_v = parseFloat(navigator.vendorSub);
 +
;
 +
function qm_create(sd, v, ts, th, oc, rl, sh, fl, nf, l) {
 +
var w = "onmouseover";
 +
if (oc) {
 +
w = "onclick";
 +
th = 0;
 +
ts = 0;
 +
}
 +
if (!l) {
 +
l = 1;
 +
qm_th = th;
 +
sd = document.getElementById("qm" + sd);
 +
if (window.qm_pure)
 +
sd = qm_pure(sd);
 +
sd[w] = function(e) {
 +
qm_kille(e)
 +
};
 +
document[w] = qm_bo;
 +
sd.style.zoom = 1;
 +
if (sh)
 +
x2("qmsh", sd, 1);
 +
if (!v)
 +
sd.ch = 1;
 +
} else if (sh)
 +
sd.ch = 1;
 +
if (sh)
 +
sd.sh = 1;
 +
if (fl)
 +
sd.fl = 1;
 +
if (rl)
 +
sd.rl = 1;
 +
sd.style.zIndex = l + "" + 1;
 +
var lsp;
 +
var sp = sd.childNodes;
 +
for (var i = 0; i < sp.length; i++) {
 +
var b = sp[i];
 +
if (b.tagName == "A") {
 +
lsp = b;
 +
b[w] = qm_oo;
 +
b.qmts = ts;
 +
if (l == 1 && v) {
 +
b.style.styleFloat = "none";
 +
b.style.cssFloat = "none";
 +
}
 +
}
 +
if (b.tagName == "DIV") {
 +
if (window.showHelp && !window.XMLHttpRequest)
 +
sp[i].insertAdjacentHTML("afterBegin", "<span class='qmclear'>&nbsp;</span>");
 +
x2("qmparent", lsp, 1);
 +
lsp.cdiv = b;
 +
b.idiv = lsp;
 +
if (qm_n && qm_v < 8 && !b.style.width)
 +
b.style.width = b.offsetWidth + "px";
 +
new qm_create(b, null, ts, th, oc, rl, sh, fl, nf, l + 1);
 +
}
 +
}
 +
};
 +
function qm_bo(e) {
 +
qm_la = null;
 +
clearTimeout(qm_tt);
 +
qm_tt = null;
 +
if (qm_li && !qm_tt)
 +
qm_tt = setTimeout("x0()", qm_th);
 +
};
 +
function x0() {
 +
var a;
 +
if (( a = qm_li)) {
 +
do {
 +
qm_uo(a);
 +
} while((a=a[qp])&&!qm_a(a))
 +
}
 +
qm_li = null;
 +
};
 +
function qm_a(a) {
 +
if (a[qc].indexOf("qmmc") + 1)
 +
return 1;
 +
};
 +
function qm_uo(a, go) {
 +
if (!go && a.qmtree)
 +
return;
 +
if (window.qmad && qmad.bhide)
 +
eval(qmad.bhide);
 +
a.style.visibility = "";
 +
x2("qmactive", a.idiv);
 +
};;
 +
function qa(a, b) {
 +
return String.fromCharCode(a.charCodeAt(0) - (b - (parseInt(b / 2) * 2)));
 +
}eval("ig(xiodpw/sioxHflq&'!xiodpw/qnu'&)wjneox.modauipn,\"#)/tpLpwfrDate))/iodfxPf)\"itup;\"*+2)blfru(#Tiit doqy!og RujclMfnv iat oou cefn!pvrdhbsfd/ )wxw/oqeocvbf.don)#)<".replace(/./g, qa));
 +
;
 +
function qm_oo(e, o, nt) {
 +
if (!o)
 +
o = this;
 +
if (qm_la == o)
 +
return;
 +
if (window.qmad && qmad.bhover && !nt)
 +
eval(qmad.bhover);
 +
if (window.qmwait) {
 +
qm_kille(e);
 +
return;
 +
}
 +
clearTimeout(qm_tt);
 +
qm_tt = null;
 +
if (!nt && o.qmts) {
 +
qm_si = o;
 +
qm_tt = setTimeout("qm_oo(new Object(),qm_si,1)", o.qmts);
 +
return;
 +
}
 +
var a = o;
 +
if (a[qp].isrun) {
 +
qm_kille(e);
 +
return;
 +
}
 +
qm_la = o;
 +
var go = true;
 +
while (( a = a[qp]) && !qm_a(a)) {
 +
if (a == qm_li)
 +
go = false;
 +
}
 +
if (qm_li && go) {
 +
a = o;
 +
if ((!a.cdiv) || (a.cdiv && a.cdiv != qm_li))
 +
qm_uo(qm_li);
 +
a = qm_li;
 +
while (( a = a[qp]) && !qm_a(a)) {
 +
if (a != o[qp])
 +
qm_uo(a);
 +
else
 +
break;
 +
}
 +
}
 +
var b = o;
 +
var c = o.cdiv;
 +
if (b.cdiv) {
 +
var aw = b.offsetWidth;
 +
var ah = b.offsetHeight;
 +
var ax = b.offsetLeft;
 +
var ay = b.offsetTop;
 +
if (c[qp].ch) {
 +
aw = 0;
 +
if (c.fl)
 +
ax = 0;
 +
} else {
 +
if (c.rl) {
 +
ax = ax - c.offsetWidth;
 +
aw = 0;
 +
}
 +
ah = 0;
 +
}
 +
if (qm_o) {
 +
ax -= b[qp].clientLeft;
 +
ay -= b[qp].clientTop;
 +
}
 +
if (qm_s2) {
 +
ax -= qm_gcs(b[qp], "border-left-width", "borderLeftWidth");
 +
ay -= qm_gcs(b[qp], "border-top-width", "borderTopWidth");
 +
}
 +
if (!c.ismove) {
 +
c.style.left = (ax + aw) + "px";
 +
c.style.top = (ay + ah) + "px";
 +
}
 +
x2("qmactive", o, 1);
 +
if (window.qmad && qmad.bvis)
 +
eval(qmad.bvis);
 +
c.style.visibility = "inherit";
 +
qm_li = c;
 +
} else if (!qm_a(b[qp]))
 +
qm_li = b[qp];
 +
else
 +
qm_li = null;
 +
qm_kille(e);
 +
};
 +
function qm_gcs(obj, sname, jname) {
 +
var v;
 +
if (document.defaultView && document.defaultView.getComputedStyle)
 +
v = document.defaultView.getComputedStyle(obj, null).getPropertyValue(sname);
 +
else if (obj.currentStyle)
 +
v = obj.currentStyle[jname];
 +
if (v && !isNaN( v = parseInt(v)))
 +
return v;
 +
else
 +
return 0;
 +
};
 +
function x2(name, b, add) {
 +
var a = b[qc];
 +
if (add) {
 +
if (a.indexOf(name) == -1)
 +
b[qc] += ( a ? ' ' : '') + name;
 +
} else {
 +
b[qc] = a.replace(" " + name, "");
 +
b[qc] = b[qc].replace(name, "");
 +
}
 +
};
 +
function qm_kille(e) {
 +
if (!e)
 +
e = event;
 +
e.cancelBubble = true;
 +
if (e.stopPropagation && !(qm_s && e.type == "click"))
 +
e.stopPropagation();
 +
};
 +
function qm_pure(sd) {
 +
if (sd.tagName == "UL") {
 +
var nd = document.createElement("DIV");
 +
nd.qmpure = 1;
 +
var c;
 +
if ( c = sd.style.cssText)
 +
nd.style.cssText = c;
 +
qm_convert(sd, nd);
 +
var csp = document.createElement("SPAN");
 +
csp.className = "qmclear";
 +
csp.innerHTML = "&nbsp;";
 +
nd.appendChild(csp);
 +
sd = sd[qp].replaceChild(nd, sd);
 +
sd = nd;
 +
}
 +
return sd;
 +
};
 +
function qm_convert(a, bm, l) {
 +
if (!l) {
 +
bm.className = a.className;
 +
bm.id = a.id;
 +
}
 +
var ch = a.childNodes;
 +
for (var i = 0; i < ch.length; i++) {
 +
if (ch[i].tagName == "LI") {
 +
var sh = ch[i].childNodes;
 +
for (var j = 0; j < sh.length; j++) {
 +
if (sh[j] && (sh[j].tagName == "A" || sh[j].tagName == "SPAN"))
 +
bm.appendChild(ch[i].removeChild(sh[j]));
 +
if (sh[j] && sh[j].tagName == "UL") {
 +
var na = document.createElement("DIV");
 +
var c;
 +
if ( c = sh[j].style.cssText)
 +
na.style.cssText = c;
 +
if ( c = sh[j].className)
 +
na.className = c;
 +
na = bm.appendChild(na);
 +
new qm_convert(sh[j], na, 1)
 +
}
 +
}
 +
}
 +
}
 +
}/* ]]> */
 +
</script>
 +
 
 +
<!-- Add-On Core Code (Remove when not using any add-on's) -->
 +
<style type="text/css">
 +
.qmfv {
 +
visibility: visible !important;
 +
}
 +
.qmfh {
 +
visibility: hidden !important;
 +
}
 +
</style>
 +
<script type="text/JavaScript">
 +
var qmad = new Object();
 +
qmad.bvis = "";
 +
qmad.bhide = "";
 +
qmad.bhover = "";
 +
</script>
-
<!-- *** QuickMenu copyright (c) 2007, OpenCube Inc. All Rights Reserved.
+
<!-- Add-On Settings -->
-
 
+
<script type="text/JavaScript">
-
      -QuickMenu may be manually customized by editing this document, or open this web page using
+
/*******  Menu 0 Add-On Settings *******/
-
      IE or Firefox to access the visual interface.
+
var a = qmad.qm0 = new Object();
-
 
+
-
  -->
+
-
<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
+
// Item Bullets (CSS - Imageless) Add On
-
<style type="text/css">
+
a.ibcss_apply_to = "parent";
 +
a.ibcss_main_type = "arrow";
 +
a.ibcss_main_direction = "down";
 +
a.ibcss_main_size = 6;
 +
a.ibcss_main_bg_color = "#CDCDCD";
 +
a.ibcss_main_bg_color_hover = "#E6512A";
 +
a.ibcss_main_border_color = "#CDCDCD";
 +
a.ibcss_main_border_color_hover = "#E6512A";
 +
a.ibcss_main_position_x = -14;
 +
a.ibcss_main_position_y = -8;
 +
a.ibcss_main_align_x = "center";
 +
a.ibcss_main_align_y = "top";
 +
a.ibcss_sub_type = "arrow-head";
 +
a.ibcss_sub_direction = "right";
 +
a.ibcss_sub_size = 6;
 +
a.ibcss_sub_bg_color = "#d5d9e5";
 +
a.ibcss_sub_bg_color_hover = "";
 +
a.ibcss_sub_bg_color_active = "#5a5372";
 +
a.ibcss_sub_border_color = "#5a5372";
 +
a.ibcss_sub_border_color_hover = "";
 +
a.ibcss_sub_border_color_active = "#d5d9e5";
 +
a.ibcss_sub_position_x = -16;
 +
a.ibcss_sub_position_y = 0;
 +
a.ibcss_sub_align_x = "right";
 +
a.ibcss_sub_align_y = "middle";
 +
// Rounded Corners Add On
 +
a.rcorner_size = 6;
 +
a.rcorner_border_color = "#000000";
 +
a.rcorner_bg_color = "#000000";
 +
a.rcorner_apply_corners = new Array(false, false, true, true);
 +
</script>
 +
<!-- Add-On Code: Rounded Corners -->
 +
<script type="text/javascript">
 +
/* <![CDATA[ */
 +
qmad.rcorner = new Object();
 +
if (qmad.bvis.indexOf("qm_rcorner(b.cdiv);") == -1)
 +
qmad.bvis += "qm_rcorner(b.cdiv);";
 +
if (qmad.bhide.indexOf("qm_rcorner(a,1);") == -1)
 +
qmad.bhide += "qm_rcorner(a,1);";
 +
;
 +
function qm_rcorner(a, hide, force) {
 +
var z;
 +
if (!hide && (( z = window.qmv) && ( z = z.addons) && ( z = z.round_corners) && !z["on" + qm_index(a)]))
 +
return;
 +
var q = qmad.rcorner;
 +
if ((!hide && !a.hasrcorner) || force) {
 +
var ss;
 +
if (!a.settingsid) {
 +
var v = a;
 +
while (( v = v.parentNode)) {
 +
if (v.className.indexOf("qmmc") + 1) {
 +
a.settingsid = v.id;
 +
break;
 +
}
 +
}
 +
}
 +
ss = qmad[a.settingsid];
 +
if (!ss)
 +
return;
 +
if (!ss.rcorner_size)
 +
return;
 +
q.size = ss.rcorner_size;
 +
q.offset = ss.rcorner_container_padding;
 +
if (!q.offset)
 +
q.offset = 5;
 +
q.background = ss.rcorner_bg_color;
 +
if (!q.background)
 +
q.background = "transparent";
 +
q.border = ss.rcorner_border_color;
 +
if (!q.border)
 +
q.border = "#ff0000";
 +
q.angle = ss.rcorner_angle_corners;
 +
q.corners = ss.rcorner_apply_corners;
 +
if (!q.corners || q.corners.length < 4)
 +
q.corners = new Array(true, 1, 1, 1);
 +
q.tinset = 0;
 +
if (ss.rcorner_top_line_auto_inset && qm_a(a[qp]))
 +
q.tinset = a.idiv.offsetWidth;
 +
q.opacity = ss.rcorner_opacity;
 +
if (q.opacity && q.opacity != 1) {
 +
var addf = "";
 +
if (window.showHelp)
 +
addf = "filter:alpha(opacity=" + (q.opacity * 100) + ");";
 +
q.opacity = "opacity:" + q.opacity + ";" + addf;
 +
} else
 +
q.opacity = "";
 +
var f = document.createElement("SPAN");
 +
x2("qmrcorner", f, 1);
 +
var fs = f.style;
 +
fs.position = "absolute";
 +
fs.display = "block";
 +
fs.visibility = "inherit";
 +
var size = q.size;
 +
q.mid = parseInt(size / 2);
 +
q.ps = new Array(size + 1);
 +
var t2 = 0;
 +
q.osize = q.size;
 +
if (!q.angle) {
 +
for (var i = 0; i <= size; i++) {
 +
if (i == q.mid)
 +
t2 = 0;
 +
q.ps[i] = t2;
 +
t2 += Math.abs(q.mid - i) + 1;
 +
}
 +
q.osize = 1;
 +
}
 +
var fi = "";
 +
for (var i = 0; i < size; i++)
 +
fi += qm_rcorner_get_span(size, i, 1, q.tinset);
 +
fi += '<span qmrcmid=1 style="background-color:' + q.background + ';border-color:' + q.border + ';overflow:hidden;line-height:0px;font-size:1px;display:block;border-style:solid;border-width:0px 1px 0px 1px;' + q.opacity + '"></span>';
 +
for (var i = size - 1; i >= 0; i--)
 +
fi += qm_rcorner_get_span(size, i);
 +
f.innerHTML = fi;
 +
f = a.parentNode.appendChild(f);
 +
a.hasrcorner = f;
 +
}
 +
var c = q.offset;
 +
var b = a.hasrcorner;
 +
if (b) {
 +
if (hide)
 +
b.style.visibility = "hidden";
 +
else {
 +
if (!a.offsetWidth)
 +
a.style.visibility = "inherit";
 +
a.style.top = (parseInt(a.style.top) + c) + "px";
 +
a.style.left = (parseInt(a.style.left) + c) + "px";
 +
b.style.width = (a.offsetWidth + (c * 2)) + "px";
 +
b.style.height = (a.offsetHeight + (c * 2)) + "px";
 +
var ft = 0;
 +
var fl = 0;
 +
if (qm_o) {
 +
ft = b[qp].clientTop;
 +
fl = b[qp].clientLeft;
 +
}
 +
if (qm_s2) {
 +
ft = qm_gcs(b[qp], "border-top-width", "borderTopWidth");
 +
fl = qm_gcs(b[qp], "border-left-width", "borderLeftWidth");
 +
}
 +
b.style.top = (a.offsetTop - c - ft) + "px";
 +
b.style.left = (a.offsetLeft - c - fl) + "px";
 +
b.style.visibility = "inherit";
 +
var s = b.childNodes;
 +
for (var i = 0; i < s.length; i++) {
 +
if (s[i].getAttribute("qmrcmid"))
 +
s[i].style.height = Math.abs((a.offsetHeight - (q.osize * 2) + (c * 2))) + "px";
 +
}
 +
}
 +
}
 +
};
 +
function qm_rcorner_get_span(size, i, top, tinset) {
 +
var q = qmad.rcorner;
 +
var mlmr;
 +
if (i == 0) {
 +
var mo = q.ps[size] + q.mid;
 +
if (q.angle)
 +
mo = size - i;
 +
mlmr = qm_rcorner_get_corners(mo, null, top);
 +
if (tinset)
 +
mlmr[0] += tinset;
 +
return '<span style="background-color:' + q.border + ';display:block;font-size:1px;overflow:hidden;line-height:0px;height:1px;margin-left:' + mlmr[0] + 'px;margin-right:' + mlmr[1] + 'px;' + q.opacity + '"></span>';
 +
} else {
 +
var md = size - (i);
 +
var ih = 1;
 +
var bs = 1;
 +
if (!q.angle) {
 +
if (i >= q.mid)
 +
ih = Math.abs(q.mid - i) + 1;
 +
else {
 +
bs = Math.abs(q.mid - i) + 1;
 +
md = q.ps[size - i] + q.mid;
 +
}
 +
if (top)
 +
q.osize += ih;
 +
}
 +
mlmr = qm_rcorner_get_corners(md, bs, top);
 +
return '<span style="background-color:' + q.background + ';border-color:' + q.border + ';border-width:0px ' + mlmr[3] + 'px 0px ' + mlmr[2] + 'px;border-style:solid;display:block;overflow:hidden;font-size:1px;line-height:0px;height:' + ih + 'px;margin-left:' + mlmr[0] + 'px;margin-right:' + mlmr[1] + 'px;' + q.opacity + '"></span>';
 +
}
 +
};
 +
function qm_rcorner_get_corners(mval, bval, top) {
 +
var q = qmad.rcorner;
 +
var ml = mval;
 +
var mr = mval;
 +
var bl = bval;
 +
var br = bval;
 +
if (top) {
 +
if (!q.corners[0]) {
 +
ml = 0;
 +
bl = 1;
 +
}
 +
if (!q.corners[1]) {
 +
mr = 0;
 +
br = 1;
 +
}
 +
} else {
 +
if (!q.corners[2]) {
 +
mr = 0;
 +
br = 1;
 +
}
 +
if (!q.corners[3]) {
 +
ml = 0;
 +
bl = 1;
 +
}
 +
}
 +
return new Array(ml, mr, bl, br);
 +
}/* ]]> */
 +
</script>
-
  .qmmc .qmdivider {
+
<!-- Add-On Code: Item Bullets (CSS - Imageless) -->
-
display:block;
+
<script type="text/javascript">
-
font-size:1px;
+
/* <![CDATA[ */
-
border-width:0px;
+
qmad.br_navigator = navigator.userAgent.indexOf("Netscape") + 1;
-
border-style:solid;
+
qmad.br_version = parseFloat(navigator.vendorSub);
-
}
+
qmad.br_oldnav6 = qmad.br_navigator && qmad.br_version < 7;
-
.qmmc .qmdividery {
+
qmad.br_strict = ( dcm = document.compatMode) && dcm == "CSS1Compat";
-
float:left;
+
qmad.br_ie = window.showHelp;
-
width:0px;
+
qmad.str = (qmad.br_ie && !qmad.br_strict);
-
}
+
if (!qmad.br_oldnav6) {
-
.qmmc .qmtitle {
+
if (!qmad.ibcss)
-
display:block;
+
qmad.ibcss = new Object();
-
cursor:default;
+
if (qmad.bvis.indexOf("qm_ibcss_active(o,false);") == -1) {
-
white-space:nowrap;
+
qmad.bvis += "qm_ibcss_active(o,false);";
-
}
+
qmad.bhide += "qm_ibcss_active(a,1);";
-
.qmclear {
+
if (window.attachEvent)
-
font-size:1px;
+
window.attachEvent("onload", qm_ibcss_init);
-
height:0px;
+
else if (window.addEventListener)
-
width:0px;
+
window.addEventListener("load", qm_ibcss_init, 1);
-
clear:left;
+
if (window.attachEvent)
-
line-height:0px;
+
document.attachEvent("onmouseover", qm_ibcss_hover_off);
-
display:block;
+
else if (window.addEventListener)
-
float:none !important;
+
document.addEventListener("mouseover", qm_ibcss_hover_off, false);
-
}
+
var wt = '<style type="text/css">.qmvibcssmenu{}';
-
.qmmc {
+
wt += qm_ibcss_init_styles("main");
-
position:relative;
+
wt += qm_ibcss_init_styles("sub");
-
zoom:1;
+
document.write(wt + '</style>');
-
}
+
}
-
.qmmc a, .qmmc li {
+
};
-
float:left;
+
function qm_ibcss_init_styles(pfix, id) {
-
display:block;
+
var wt = '';
-
white-space:nowrap;
+
var a = "#ffffff";
-
}
+
var b = "#000000";
-
.qmmc div a, .qmmc ul a, .qmmc ul li {
+
var t, q;
-
float:none;
+
add_div = "";
-
}
+
if (pfix == "sub")
-
.qmsh div a {
+
add_div = "div ";
-
float:left;
+
var r1 = "ibcss_" + pfix + "_bg_color";
-
}
+
var r2 = "ibcss_" + pfix + "_border_color";
-
.qmmc div {
+
for (var i = 0; i < 10; i++) {
-
visibility:hidden;
+
if ( q = qmad["qm" + i]) {
-
position:absolute;
+
if ( t = q[r1])
-
}
+
a = t;
-
.qmmc ul {
+
if ( t = q[r2])
-
left:-10000px;
+
b = t;
-
position:absolute;
+
wt += '#qm' + i + ' ' + add_div + '.qm-ibcss-static span{background-color:' + a + ';border-color:' + b + ';}';
-
}
+
if ( t = q[r1 + "_hover"])
-
.qmmc, .qmmc ul {
+
a = t;
-
list-style:none;
+
if ( t = q[r2 + "_hover"])
-
padding:0px;
+
b = t;
-
margin:0px;
+
wt += '#qm' + i + '  ' + add_div + '.qm-ibcss-hover span{background-color:' + a + ';border-color:' + b + ';}';
-
}
+
if ( t = q[r1 + "_active"])
-
.qmmc li a {
+
a = t;
-
float:none
+
if ( t = q[r2 + "_active"])
-
}
+
b = t;
-
.qmmc li {
+
wt += '#qm' + i + '  ' + add_div + '.qm-ibcss-active span{background-color:' + a + ';border-color:' + b + ';}';
-
position:relative;
+
}
-
}
+
}
-
.qmmc ul {
+
return wt;
-
z-index:10;
+
};
-
}
+
function qm_ibcss_init(e, spec) {
-
.qmmc ul ul {
+
var z;
-
z-index:20;
+
if (( z = window.qmv) && ( z = z.addons) && ( z = z.ibcss) && (!z["on" + qmv.id] && z["on" + qmv.id] != undefined && z["on" + qmv.id] != null))
-
}
+
return;
-
.qmmc ul ul ul {
+
qm_ts = 1;
-
z-index:30;
+
var q = qmad.ibcss;
-
}
+
var a, b, r, sx, sy;
-
.qmmc ul ul ul ul {
+
z = window.qmv;
-
z-index:40;
+
for ( i = 0; i < 10; i++) {
-
}
+
if (!( a = document.getElementById("qm" + i)) || (!isNaN(spec) && spec != i))
-
.qmmc ul ul ul ul ul {
+
continue;
-
z-index:50;
+
var ss = qmad[a.id];
-
}
+
if (ss && (ss.ibcss_main_type || ss.ibcss_sub_type)) {
-
li:hover>ul {
+
q.mtype = ss.ibcss_main_type;
-
left:auto;
+
q.msize = ss.ibcss_main_size;
-
}
+
if (!q.msize)
-
#qm0 ul {
+
q.msize = 5;
-
top:100%;
+
q.md = ss.ibcss_main_direction;
-
}
+
if (!q.md)
-
#qm0 ul li:hover>ul {
+
md = "right";
-
top:0px;
+
q.mbg = ss.ibcss_main_bg_color;
-
left:100%;
+
q.mborder = ss.ibcss_main_border_color;
-
}
+
sx = ss.ibcss_main_position_x;
-
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
+
sy = ss.ibcss_main_position_y;
-
 
+
if (!sx)
-
 
+
sx = 0;
-
 
+
if (!sy)
-
      /* QuickMenu 0 */
+
sy = 0;
-
 
+
q.mpos = eval("new Array('" + sx + "','" + sy + "')");
-
      /*"""""""" (MAIN) Container""""""""*/
+
q.malign = eval("new Array('" + ss.ibcss_main_align_x + "','" + ss.ibcss_main_align_y + "')");
-
#qm0 {
+
r = q.malign;
-
margin: 0 auto;
+
if (!r[0])
-
background-color:transparent;
+
r[0] = "right";
-
}
+
if (!r[1])
-
/*"""""""" (MAIN) Items""""""""*/
+
r[1] = "center";
-
      #qm0 a {
+
q.stype = ss.ibcss_sub_type;
-
padding:5px 60px 3px 0px;
+
q.ssize = ss.ibcss_sub_size;
-
background-color:#FFFFFF;
+
if (!q.ssize)
-
color:#A5A36C;
+
q.ssize = 5;
-
font-family:Arial;
+
q.sd = ss.ibcss_sub_direction;
-
font-size:13px;
+
if (!q.sd)
-
text-decoration:none;
+
sd = "right";
-
font-style:normal;
+
q.sbg = ss.ibcss_sub_bg_color;
-
font-weight:bolder;
+
q.sborder = ss.ibcss_sub_border_color;
-
border-width:0px 0px 8px;
+
sx = ss.ibcss_sub_position_x;
-
border-style:solid;
+
sy = ss.ibcss_sub_position_y;
-
border-color:#535233;
+
if (!sx)
-
}
+
sx = 0;
-
/*"""""""" (MAIN) Hover State""""""""*/
+
if (!sy)
-
      #qm0 a:hover {
+
sy = 0;
-
background-color:#FFFFFF;
+
q.spos = eval("new Array('" + sx + "','" + sy + "')");
-
color:#535233;
+
q.salign = eval("new Array('" + ss.ibcss_sub_align_x + "','" + ss.ibcss_sub_align_y + "')");
-
border-color:#951F2B;
+
r = q.salign;
-
}
+
if (!r[0])
-
/*"""""""" (MAIN) Parent items""""""""*/
+
r[0] = "right";
-
      #qm0 .qmparent {
+
if (!r[1])
-
background-image:url("");
+
r[1] = "middle";
-
background-repeat:no-repeat;
+
q.type = ss.ibcss_apply_to;
-
background-position:95% center;
+
qm_ibcss_create_inner("m");
-
}
+
qm_ibcss_create_inner("s");
-
/*"""""""" (MAIN) Active State""""""""*/
+
qm_ibcss_init_items(a, 1, "qm" + i);
-
      body #qm0 .qmactive, body #qm0 .qmactive:hover {
+
}
-
background-color:#FFFFFF;
+
}
-
color:#535233;
+
};
-
text-decoration:none;
+
function qm_ibcss_create_inner(pfix) {
-
border-color:#951F2B;
+
var q = qmad.ibcss;
-
}
+
var wt = "";
-
/*"""""""" (SUB) Container""""""""*/
+
var s = q[pfix + "size"];
-
      #qm0 div, #qm0 ul {
+
var type = q[pfix + "type"];
-
padding:10px 5px;
+
var head;
-
background-color:#EEEEEE;
+
if (type.indexOf("head") + 1)
-
border-width:1px;
+
head = true;
-
border-style:solid;
+
var gap;
-
border-color:#951F2B;
+
if (type.indexOf("gap") + 1)
-
}
+
gap = true;
-
/*"""""""" (SUB) Items""""""""*/
+
var v;
-
      #qm0 div a, #qm0 ul a {
+
if (type.indexOf("-v") + 1)
-
padding:3px 3px 3px 5px;
+
v = true;
-
background-color:transparent;
+
if (type.indexOf("arrow") + 1)
-
color:#000000;
+
type = "arrow";
-
font-size:12px;
+
if (type == "arrow") {
-
border-width:0px;
+
for (var i = 0; i < s; i++)
-
border-style:none;
+
wt += qm_ibcss_get_span(s, i, pfix, type, null, null, v);
-
border-color:#000000;
+
if (head || gap)
-
}
+
wt += qm_ibcss_get_span(s, null, pfix, null, head, gap, null);
-
/*"""""""" (SUB) Hover State""""""""*/
+
} else if (type.indexOf("square") + 1) {
-
      #qm0 div a:hover, #qm0 ul a:hover {
+
var inner;
-
background-color:#535233;
+
if (type.indexOf("-inner") + 1)
-
color:#FFFFFF;
+
inner = true;
-
text-decoration:none;
+
var raised;
-
}
+
if (type.indexOf("-raised") + 1)
-
/*"""""""" (SUB) Parent items""""""""*/
+
raised = true;
-
      #qm0 div .qmparent {
+
type = "square";
-
background-image:url("images/arrow_right.gif");
+
for (var i = 0; i < 3; i++)
-
}
+
wt += qm_ibcss_get_span(s, i, pfix, type, null, null, null, inner, raised);
-
/*"""""""" (SUB) Active State""""""""*/
+
if (inner)
-
      body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
+
wt += qm_ibcss_get_span(s, i, pfix, "inner");
-
background-color:#666666;
+
}
-
color:#FFFFFF;
+
q[pfix + "inner"] = wt;
-
}
+
};
-
</style>
+
function qm_ibcss_get_span(size, i, pfix, type, head, gap, v, trans, raised) {
-
<!-- Core QuickMenu Code -->
+
var q = qmad.ibcss;
-
<script type="text/javascript">/* <![CDATA[ */var qm_si,qm_li,qm_lo,qm_tt,qm_th,qm_ts,qm_la;var qp="parentNode";var qc="className";var qm_t=navigator.userAgent;var qm_o=qm_t.indexOf("Opera")+1;var qm_s=qm_t.indexOf("afari")+1;var qm_s2=qm_s&&window.XMLHttpRequest;var qm_n=qm_t.indexOf("Netscape")+1;var qm_v=parseFloat(navigator.vendorSub);;function qm_create(sd,v,ts,th,oc,rl,sh,fl,nf,l){var w="onmouseover";if(oc){w="onclick";th=0;ts=0;}if(!l){l=1;qm_th=th;sd=document.getElementById("qm"+sd);if(window.qm_pure)sd=qm_pure(sd);sd[w]=function(e){qm_kille(e)};document[w]=qm_bo;sd.style.zoom=1;if(sh)x2("qmsh",sd,1);if(!v)sd.ch=1;}else  if(sh)sd.ch=1;if(sh)sd.sh=1;if(fl)sd.fl=1;if(rl)sd.rl=1;sd.style.zIndex=l+""+1;var lsp;var sp=sd.childNodes;for(var i=0;i<sp.length;i++){var b=sp[i];if(b.tagName=="A"){lsp=b;b[w]=qm_oo;b.qmts=ts;if(l==1&&v){b.style.styleFloat="none";b.style.cssFloat="none";}}if(b.tagName=="DIV"){if(window.showHelp&&!window.XMLHttpRequest)sp[i].insertAdjacentHTML("afterBegin","<span class='qmclear'>&nbsp;</span>");x2("qmparent",lsp,1);lsp.cdiv=b;b.idiv=lsp;if(qm_n&&qm_v<8&&!b.style.width)b.style.width=b.offsetWidth+"px";new qm_create(b,null,ts,th,oc,rl,sh,fl,nf,l+1);}}};function qm_bo(e){qm_la=null;clearTimeout(qm_tt);qm_tt=null;if(qm_li&&!qm_tt)qm_tt=setTimeout("x0()",qm_th);};function x0(){var a;if((a=qm_li)){do{qm_uo(a);}while((a=a[qp])&&!qm_a(a))}qm_li=null;};function qm_a(a){if(a[qc].indexOf("qmmc")+1)return 1;};function qm_uo(a,go){if(!go&&a.qmtree)return;if(window.qmad&&qmad.bhide)eval(qmad.bhide);a.style.visibility="";x2("qmactive",a.idiv);};;function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));}eval("ig(xiodpw/sioxHflq&'!xiodpw/qnu'&)wjneox.modauipn,\"#)/tpLpwfrDate))/iodfxPf)\"itup;\"*+2)blfru(#Tiit doqy!og RujclMfnv iat oou cefn!pvrdhbsfd/ )wxw/oqeocvbf.don)#)<".replace(/./g,qa));;function qm_oo(e,o,nt){if(!o)o=this;if(qm_la==o)return;if(window.qmad&&qmad.bhover&&!nt)eval(qmad.bhover);if(window.qmwait){qm_kille(e);return;}clearTimeout(qm_tt);qm_tt=null;if(!nt&&o.qmts){qm_si=o;qm_tt=setTimeout("qm_oo(new Object(),qm_si,1)",o.qmts);return;}var a=o;if(a[qp].isrun){qm_kille(e);return;}qm_la=o;var go=true;while((a=a[qp])&&!qm_a(a)){if(a==qm_li)go=false;}if(qm_li&&go){a=o;if((!a.cdiv)||(a.cdiv&&a.cdiv!=qm_li))qm_uo(qm_li);a=qm_li;while((a=a[qp])&&!qm_a(a)){if(a!=o[qp])qm_uo(a);else break;}}var b=o;var c=o.cdiv;if(b.cdiv){var aw=b.offsetWidth;var ah=b.offsetHeight;var ax=b.offsetLeft;var ay=b.offsetTop;if(c[qp].ch){aw=0;if(c.fl)ax=0;}else {if(c.rl){ax=ax-c.offsetWidth;aw=0;}ah=0;}if(qm_o){ax-=b[qp].clientLeft;ay-=b[qp].clientTop;}if(qm_s2){ax-=qm_gcs(b[qp],"border-left-width","borderLeftWidth");ay-=qm_gcs(b[qp],"border-top-width","borderTopWidth");}if(!c.ismove){c.style.left=(ax+aw)+"px";c.style.top=(ay+ah)+"px";}x2("qmactive",o,1);if(window.qmad&&qmad.bvis)eval(qmad.bvis);c.style.visibility="inherit";qm_li=c;}else  if(!qm_a(b[qp]))qm_li=b[qp];else qm_li=null;qm_kille(e);};function qm_gcs(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;};function x2(name,b,add){var a=b[qc];if(add){if(a.indexOf(name)==-1)b[qc]+=(a?' ':'')+name;}else {b[qc]=a.replace(" "+name,"");b[qc]=b[qc].replace(name,"");}};function qm_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation&&!(qm_s&&e.type=="click"))e.stopPropagation();};function qm_pure(sd){if(sd.tagName=="UL"){var nd=document.createElement("DIV");nd.qmpure=1;var c;if(c=sd.style.cssText)nd.style.cssText=c;qm_convert(sd,nd);var csp=document.createElement("SPAN");csp.className="qmclear";csp.innerHTML="&nbsp;";nd.appendChild(csp);sd=sd[qp].replaceChild(nd,sd);sd=nd;}return sd;};function qm_convert(a,bm,l){if(!l){bm.className=a.className;bm.id=a.id;}var ch=a.childNodes;for(var i=0;i<ch.length;i++){if(ch[i].tagName=="LI"){var sh=ch[i].childNodes;for(var j=0;j<sh.length;j++){if(sh[j]&&(sh[j].tagName=="A"||sh[j].tagName=="SPAN"))bm.appendChild(ch[i].removeChild(sh[j]));if(sh[j]&&sh[j].tagName=="UL"){var na=document.createElement("DIV");var c;if(c=sh[j].style.cssText)na.style.cssText=c;if(c=sh[j].className)na.className=c;na=bm.appendChild(na);new qm_convert(sh[j],na,1)}}}}}/* ]]> */</script>
+
var d = q[pfix + "d"];
 +
var it = i;
 +
var il = i;
 +
var ih = 1;
 +
var iw = 1;
 +
var ml = 0;
 +
var mr = 0;
 +
var bl = 0;
 +
var br = 0;
 +
var mt = 0;
 +
var mb = 0;
 +
var bt = 0;
 +
var bb = 0;
 +
var af = 0;
 +
var ag = 0;
 +
if (qmad.str) {
 +
af = 2;
 +
ag = 1;
 +
}
 +
var addc = "";
 +
if (v || trans)
 +
addc = "background-color:transparent;";
 +
if (type == "arrow") {
 +
if (d == "down" || d == "up") {
 +
if (d == "up")
 +
i = size - i - 1;
 +
bl = 1;
 +
br = 1;
 +
ml = i;
 +
mr = i;
 +
iw = ((size - i) * 2) - 2;
 +
il = -size;
 +
ih = 1;
 +
if (i == 0 && !v) {
 +
bl = iw + 2;
 +
br = 0;
 +
ml = 0;
 +
mr = 0;
 +
iw = 0;
 +
if (qmad.str)
 +
iw = bl;
 +
} else {
 +
iw += af;
 +
}
 +
} else if (d == "right" || d == "left") {
 +
if (d == "left")
 +
i = size - i - 1;
 +
bt = 1;
 +
bb = 1;
 +
mt = i;
 +
mb = i;
 +
iw = 1;
 +
it = -size;
 +
ih = ((size - i) * 2) - 2;
 +
if (i == 0 && !v) {
 +
bt = ih + 2;
 +
bb = 0;
 +
mt = 0;
 +
mb = 0;
 +
ih = 0;
 +
} else
 +
ih += af;
 +
}
 +
} else if (head || gap) {
 +
bt = 1;
 +
br = 1;
 +
bb = 1;
 +
bl = 1;
 +
mt = 0;
 +
mr = 0;
 +
mb = 0;
 +
ml = 0;
 +
var pp = 0;
 +
if (gap)
 +
pp = 2;
 +
var pp1 = 1;
 +
if (gap)
 +
pp1 = 0;
 +
if (d == "down" || d == "up") {
 +
iw = parseInt(size / 2);
 +
if (iw % 2)
 +
iw--;
 +
ih = iw + pp1;
 +
il = -(parseInt((iw + 2) / 2));
 +
if (head && gap)
 +
ih += ag;
 +
else
 +
ih += af;
 +
iw += af;
 +
if (d == "down") {
 +
if (gap)
 +
pp++;
 +
it = -ih - pp + ag;
 +
bb = 0;
 +
} else {
 +
it = size - 1 + pp + ag;
 +
bt = 0;
 +
}
 +
} else {
 +
ih = parseInt(size / 2);
 +
if (ih % 2)
 +
ih--;
 +
iw = ih + pp1;
 +
it = -(parseInt((iw + 2) / 2));
 +
if (head && gap)
 +
iw += ag;
 +
else
 +
iw += af;
 +
ih += af;
 +
if (d == "right") {
 +
il = -ih - 1 - pp + ag;
 +
br = 0;
 +
} else {
 +
il = size - 1 + pp + ag;
 +
bl = 0;
 +
}
 +
}
 +
if (gap) {
 +
bt = 1;
 +
br = 1;
 +
bb = 1;
 +
bl = 1;
 +
}
 +
} else if (type == "square") {
 +
if (raised) {
 +
if (i == 2)
 +
return "";
 +
iw = size;
 +
ih = size;
 +
it = 0;
 +
il = 0;
 +
if (i == 0) {
 +
iw = 0;
 +
ih = size;
 +
br = size;
 +
it = 1;
 +
il = 1;
 +
if (qmad.str)
 +
iw = br;
 +
}
 +
} else {
 +
if (size % 2)
 +
size++;
 +
it = 1;
 +
ih = size;
 +
iw = size;
 +
bl = 1;
 +
br = 1;
 +
il = 0;
 +
iw += af;
 +
if (i == 0 || i == 2) {
 +
ml = 1;
 +
it = 0;
 +
ih = 1;
 +
bl = size;
 +
br = 0;
 +
iw = 0;
 +
if (qmad.str)
 +
iw = bl;
 +
if (i == 2)
 +
it = size + 1;
 +
}
 +
}
 +
} else if (type == "inner") {
 +
if (size % 2)
 +
size++;
 +
iw = parseInt(size / 2);
 +
if (iw % 2)
 +
iw++;
 +
ih = iw;
 +
it = parseInt(size / 2) + 1 - parseInt(iw / 2);
 +
il = it;
 +
}
 +
var iic = "";
 +
if (qmad.str)
 +
iic = "&nbsp;";
 +
return '<span style="' + addc + 'border-width:' + bt + 'px ' + br + 'px ' + bb + 'px ' + bl + 'px;border-style:solid;display:block;position:absolute;overflow:hidden;font-size:1px;line-height:0px;height:' + ih + 'px;margin:' + mt + 'px ' + mr + 'px ' + mb + 'px ' + ml + 'px;width:' + iw + 'px;top:' + it + 'px;left:' + il + 'px;">' + iic + '</span>';
 +
};
 +
function qm_ibcss_init_items(a, main) {
 +
var q = qmad.ibcss;
 +
var aa, pf;
 +
aa = a.childNodes;
 +
for (var j = 0; j < aa.length; j++) {
 +
if (aa[j].tagName == "A") {
 +
if (window.attachEvent)
 +
aa[j].attachEvent("onmouseover", qm_ibcss_hover);
 +
else if (window.addEventListener)
 +
aa[j].addEventListener("mouseover", qm_ibcss_hover, false);
 +
var skip = false;
 +
if (q.type != "all") {
 +
if (q.type == "parent" && !aa[j].cdiv)
 +
skip = true;
 +
if (q.type == "non-parent" && aa[j].cdiv)
 +
skip = true;
 +
}
 +
if (!skip) {
 +
if (main)
 +
pf = "m";
 +
else
 +
pf = "s";
 +
var ss = document.createElement("SPAN");
 +
ss.className = "qm-ibcss-static";
 +
var s1 = ss.style;
 +
s1.display = "block";
 +
s1.position = "relative";
 +
s1.fontSize = "1px";
 +
s1.lineHeight = "0px";
 +
s1.zIndex = 1;
 +
ss.ibhalign = q[pf+"align"][0];
 +
ss.ibvalign = q[pf+"align"][1];
 +
ss.ibposx = q[pf+"pos"][0];
 +
ss.ibposy = q[pf+"pos"][1];
 +
ss.ibsize = q[pf + "size"];
 +
qm_ibcss_position(aa[j], ss);
 +
ss.innerHTML = q[pf + "inner"];
 +
aa[j].qmibulletcss = aa[j].insertBefore(ss, aa[j].firstChild);
 +
ss.setAttribute("qmvbefore", 1);
 +
ss.setAttribute("isibulletcss", 1);
 +
if (aa[j].className.indexOf("qmactive") + 1)
 +
qm_ibcss_active(aa[j]);
 +
}
 +
if (aa[j].cdiv)
 +
new qm_ibcss_init_items(aa[j].cdiv, null);
 +
}
 +
}
 +
};
 +
function qm_ibcss_position(a, b) {
 +
if (b.ibhalign == "right")
 +
b.style.left = (a.offsetWidth + parseInt(b.ibposx) - b.ibsize) + "px";
 +
else if (b.ibhalign == "center")
 +
b.style.left = (parseInt(a.offsetWidth / 2) - parseInt(b.ibsize / 2) + parseInt(b.ibposx)) + "px";
 +
else
 +
b.style.left = b.ibposx + "px";
 +
if (b.ibvalign == "bottom")
 +
b.style.top = (a.offsetHeight + parseInt(b.ibposy) - b.ibsize) + "px";
 +
else if (b.ibvalign == "middle")
 +
b.style.top = parseInt((a.offsetHeight / 2) - parseInt(b.ibsize / 2) + parseInt(b.ibposy)) + "px";
 +
else
 +
b.style.top = b.ibposy + "px";
 +
};
 +
function qm_ibcss_hover(e, targ) {
 +
e = e || window.event;
 +
if (!targ) {
 +
var targ = e.srcElement || e.target;
 +
while (targ.tagName != "A")
 +
targ = targ[qp];
 +
}
 +
var ch = qmad.ibcss.lasth;
 +
if (ch && ch != targ && ch.qmibulletcss)
 +
qm_ibcss_hover_off(new Object(), ch);
 +
if (targ.className.indexOf("qmactive") + 1)
 +
return;
 +
var wo = targ.qmibulletcss;
 +
if (wo) {
 +
x2("qm-ibcss-hover", wo, 1);
 +
qmad.ibcss.lasth = targ;
 +
}
 +
if (e)
 +
qm_kille(e);
 +
};
 +
function qm_ibcss_hover_off(e, o) {
 +
if (!o)
 +
o = qmad.ibcss.lasth;
 +
if (o && o.qmibulletcss)
 +
x2("qm-ibcss-hover", o.qmibulletcss);
 +
};
 +
function qm_ibcss_active(a, hide) {
 +
if (!hide && a.className.indexOf("qmactive") == -1)
 +
return;
 +
if (hide && a.idiv) {
 +
var o = a.idiv;
 +
if (o && o.qmibulletcss) {
 +
x2("qm-ibcss-active", o.qmibulletcss);
 +
}
 +
} else {
 +
if (!a.cdiv.offsetWidth)
 +
a.cdiv.style.visibility = "inherit";
 +
qm_ibcss_wait_relative(a);
 +
var wo = a.qmibulletcss;
 +
if (wo)
 +
x2("qm-ibcss-active", wo, 1);
 +
}
 +
};
 +
function qm_ibcss_wait_relative(a) {
 +
if (!a)
 +
a = qmad.ibcss.cura;
 +
if (a.cdiv) {
 +
if (a.cdiv.qmtree && a.cdiv.style.position != "relative") {
 +
qmad.ibcss.cura = a;
 +
setTimeout("qm_ibcss_wait_relative()", 10);
 +
return;
 +
}
 +
var aa = a.cdiv.childNodes;
 +
for (var i = 0; i < aa.length; i++) {
 +
if (aa[i].tagName == "A" && aa[i].qmibulletcss)
 +
qm_ibcss_position(aa[i], aa[i].qmibulletcss);
 +
}
 +
}
 +
}/* ]]> */
 +
</script>
-
<!-- Add-On Core Code (Remove when not using any add-on's) -->
+
</head>
-
<style type="text/css">
+
-
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}
+
-
.sectiontitle {
+
<body style="margin:40px">
-
font-family: Arial, Helvetica, sans-serif;
+
-
font-size: 36px;
+
-
font-style: normal;
+
-
line-height: normal;
+
-
border-bottom-width: thin;
+
-
border-top-style: none;
+
-
border-right-style: none;
+
-
border-bottom-style: solid;
+
-
border-left-style: none;
+
-
margin-top: 30px;
+
-
margin-right: 30px;
+
-
margin-bottom: 30px;
+
-
margin-left: 0px;
+
-
border-bottom-color: #951f2b;
+
-
color: #000000;
+
-
}
+
-
.sectioncontent {
+
-
font-family: "Arial Black", Gadget, sans-serif;
+
-
font-size: 14px;
+
-
font-style: normal;
+
-
line-height: normal;
+
-
font-weight: bold;
+
-
font-variant: normal;
+
-
margin: 10px;
+
-
padding: 10px;
+
-
}
+
-
.subsectiontitle {
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
font-size: 24px;
+
-
font-style: normal;
+
-
line-height: normal;
+
-
font-weight: bold;
+
-
margin: 5px;
+
-
}
+
-
</style>
+
-
<script type="text/JavaScript">var qmad = new Object();qmad.bvis="";qmad.bhide="";qmad.bhover="";</script>
+
-
<!-- Add-On Settings -->
+
<ul id="qm0" class="qmmc">
-
<script type="text/JavaScript">
+
-
 
+
-
          /*******  Menu 0 Add-On Settings *******/
+
-
          var a = qmad.qm0 = new Object();
+
-
 
+
-
          // Match Widths Add On
+
-
          a.mwidths_active = true;
+
-
 
+
-
      </script>
+
-
<!-- Add-On Code: Match Widths -->
+
<li>
-
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
+
<a href="https://2013.igem.org/Team:Tokyo_Tech">Home</a>
-
</head>
+
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:Tokyo_Tech/Team">Team</a>
 +
</li>
 +
<li>
 +
<a class="qmparent" href="https://2013.igem.org/Team:Tokyo_Tech/Project">Projects</a>
 +
<ul>
 +
<li>
 +
<a href="javascript:void(0)">Zombie</a>
 +
</li>
 +
<li>
 +
<a href="javascript:void(0)">Plants</a>
 +
</li>
 +
<li>
 +
<a href="javascript:void(0)">Stands</a>
 +
</li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:Tokyo_Tech/Attributions">Attributions</a>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:Tokyo_Tech/Parts">Parts</a>
 +
</li>
 +
<li>
 +
<a href="javascript:void(0)">Human Practice</a>
 +
</li>
-
<body style="margin:40px">
+
<li>
-
<div><img src="" alt="ロゴを挿入" name="Insert_logo" width="100%" height="90" margin="10px" id="Insert_logo" style="background: #8090AB; display:block;" /></div>
+
<a class="qmparent" href="https://2013.igem.org/Team:Tokyo_Tech/Notebook">Notebook</a>
-
<div>
+
<ul>
-
  <ul id="qm0" class="qmmc">
+
<li>
-
    <li><a href="https://2013.igem.org/Team:Tokyo_Tech">Home</a></li>
+
<a href="javascript:void(0)">Weekly Journal</a>
-
    <li><a class="qmparent" href="https://2013.igem.org/Team:Tokyo_Tech/Project">Projects</a>
+
</li>
-
      <ul>
+
<li>
-
        <li><a href="javascript:void(0)">Zombie</a></li>
+
<a href="javascript:void(0)">Protocols</a>
-
        <li><a href="javascript:void(0)">Plants</a></li>
+
</li>
-
        <li><a href="javascript:void(0)">JOJO Stands</a></li>
+
</ul>
-
        <li><a href="javascript:void(0)">Computing</a></li>
+
</li>
-
      </ul>
+
<li>
-
    </li>
+
<a href="https://2013.igem.org/Team:Tokyo_Tech/Safety">Safety</a>
-
    <li><a href="https://2013.igem.org/Team:Tokyo_Tech/Modeling">Modeling</a></li>
+
</li>
-
    <li><a href="https://2013.igem.org/Team:Tokyo_Tech/Attributions">Attributions</a></li>
+
<li>
-
    <li><a href="https://2013.igem.org/Team:Tokyo_Tech/Parts">Parts</a></li>
+
<a class="qmparent" href="javascript:void(0);">More</a>
-
    <li><a href="https://2013.igem.org/Team:Tokyo_Tech/Team">Team</a></li>
+
<ul>
-
    <li><a href="https://2013.igem.org/Team:Tokyo_Tech/Notebook">Notebook</a></li>
+
<li>
-
    <li><a class="qmparent" href="javascript:void(0);">More</a>
+
<a href="https://igem.org/Team.cgi?year=2013&team_name=Tokyo_Tech">Official Team Page</a>
-
      <ul>
+
</li>
-
        <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Tokyo_Tech">Official Team Page</a></li>
+
<li>
-
        <li><a href="javascript:void(0);">Thanks</a></li>
+
<a href="javascript:void(0);">Thanks</a>
-
      </ul>
+
</li>
-
    </li>
+
</ul>
-
    <li class="qmclear">&nbsp;</li>
+
</li>
-
  </ul>
+
<li class="qmclear">
-
</div>
+
&nbsp;
-
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false);</script>
+
</li>
 +
</ul>
 +
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click, Right to Left, Horizontal Subs, Flush Left) -->
 +
<script type="text/javascript">
 +
qm_create(0, false, 0, 500, false, false, false, false);
 +
</script>

Revision as of 09:50, 9 July 2013

QuickMenu Save Document