package Global
_mdtabtrbg_ {\#f0f0f0}
_mdtabtdbg_ {\#f0fff0}
_mdtabtabbg_ {\#f0fff0}
_httpopenmdicon_ {_httpcollection_/images/open.gif}
_httpclosemdicon_ {_httpcollection_/images/close.gif}
_mdtexttab_ {
_1_ |
}
_mdtabdip_ { |
}
_mdtabblank_ { |
}
_mdtabfill_ { |
}
_mdhreftab_ {
_4_ |
}
_tableextra_ {
}
package Style
_pagebannerextra_ {
}
_pagescriptextra_ {
function openWindow(url) \{
window.open(url,"berry","width=400,height=300,toolbar=no");
\}
var parenttbody = new Array();
var tbody = new Array();
var aftertbody = new Array();
function showTBodyArea(category) \{
parenttbody[category].insertBefore(tbody[category],aftertbody[category]);
//document[category+"openclose"].src="_httpopenmdicon_";
var imgname = category+"openclose";
var linkname = category+"opencloselink";
var imgel = document.getElementById(imgname);
imgel.setAttribute("src","_httpopenmdicon_");
var linkel = document.getElementById(linkname);
linkel.setAttribute("href","javascript:hideTBodyArea('"+category+"')");
//document.links[category+"opencloselink"].href
// ="javascript:hideTBodyArea('"+category+"')";
\}
function hideTBodyArea(category) \{
tbody[category] = document.getElementById(category);
parenttbody[category] = tbody[category].parentNode;
aftertbody[category] = tbody[category].nextSibling;
parenttbody[category].removeChild(tbody[category]);
var imgname = category+"openclose";
var linkname = category+"opencloselink";
// alert("document link lookup 3 = " + document.links[linkname]);
var imgel = document.getElementById(imgname);
imgel.setAttribute("src","_httpclosemdicon_");
// document[category+"openclose"].src="_httpclosemdicon_";
var linkel = document.getElementById(linkname);
linkel.setAttribute("href","javascript:showTBodyArea('"+category+"')");
//document.links[category+"opencloselink"].href
// ="javascript:showTBodyArea('"+category+"')";
\}
}