function writeJS1(){
var str='';
str+='<\/tr>';
str+='<\/table>';
str+='<\/td><\/tr>';
str+='<tr><td width="155" ROWSPAN="2">';
str+='<!-- start left navigation -->';
str+='<table WIDTH="147" BORDER="0" CELLPADDING="0" CELLSPACING="0"><tr>';
str+='<!-- Vertical line between left navbar and right section -->';
str+='<td width="147"><img SRC="images\/navspacer.gif" WIDTH="147" ALT=""><\/td>';
str+='<!-- Vertical line between left navbar and right section -->';
str+='<td WIDTH="5" ROWSPAN="14"><IMG SRC="images\/spacer.gif" WIDTH="5" ALT=""><\/td>';
str+='<\/tr>';
str+='<tr><td>';
document.write(str);
}
writeJS1();
