<!-- Begin

var menuWidth = 200;
var topLeft = ((screen.width - 450) / 2) - menuWidth;	  	// TOP LEFT CORNER OF FOLDER
var tab1Left = topLeft + 10;
var tab2Left = topLeft + 175;
var tab3Left = topLeft + 317;


document.write('<style type="text/css">');

document.write('.tableft  { background-image: url(images/tab_left.gif);}');
document.write('.tabright  { background-image: url(images/tab_right.gif);}');
document.write('#tabmiddle1, #tabmiddle2, #tabmiddle3 {background-image: url(images/middle.gif);text-align: middle;font-size: 12px !important;font-weight: bold;color: #000000;cursor: arrow;}');
document.write('#tab1, #tab2, #tab3 {position:absolute;height: 24px;top: 87px;z-index: 0;background-color: #F7DD81;color: #000000;}');
document.write('#tab1 {left: ' + tab1Left + 'px;}');
document.write('#tab2 {left:' + tab2Left + 'px;}');
document.write('#tab3 {left:' + tab3Left + 'px;}');
document.write('#box1, #box2, #box3 {position: absolute;vertical-align: middle;top: 110px;left: ' + topLeft + 'px;width: 450px;height: 400px;z-index: 0;padding: 10px;background-color: #D0A264;background-image: url(images/tabBox.jpg);border: 1px solid black;}');

document.write('</style>');

//  End -->