﻿var sidenav = '';
var state = '';
var arrow = '';
var id = '';
var substate = '';
var subid = '';

// Language specific titles & links - expand as required
if (lang == 'sc' || lang == '') {
  var t1 = "校园招聘";
  var l1 = "campus.html";
  var t2 = "2011校园招聘";
  var l2 = "campus_2011.html";
} else if (lang == 'tc') {
  var t1 = "校園招聘";
  var l1 = "campus_tc.html";
//  var t2 = "2011校園招聘";
//  var l2 = "lateral_tc.html";
}

sidenav += '        <DIV ID="sideNav">'

if (s1 == 'campus') { state = 'on'; } else { state = 'off'; }
sidenav += '<DIV CLASS="'+state+'"><A HREF="'+pfx+l1+'">' + t1 + '</A></DIV>';
sidenav += '<DIV CLASS="rule"><img src="img/clear.gif" width="1" height="1" border="0"></DIV>';
if (s1 == '2011') { state = 'on'; } else { state = 'off'; }
sidenav += '<DIV CLASS="'+state+'"><A HREF="'+pfx+l2+'">' + t2 + '</A></DIV>';
sidenav += '<DIV CLASS="rule"><img src="img/clear.gif" width="1" height="1" border="0"></DIV>';
sidenav += '        </DIV>';
document.write(sidenav);