function go(url) {opener.location.href = url;}
function openWindow(url) {popupWin = window.open(url, 'remote', 'resizable,width=' + windowwidth + ',height=' + windowheight)}
function openSizedWindow(url, width, height) {popupWin = window.open(url, 'remote', 'resizable=no,width=' + width + ',height=' + height);}

function openCareerPath(url, width, height) {
text = url.substring(url.indexOf("=") + 1, url.length)
popupWin = window.open(url, text, 'resizable=no,width=' + width + ',height=' + height);
}

function openProfileNew(index) {
  var arURL;
  arURL = new Array(13);
  arURL[1]="barbie";	arURL[2]="chris";	arURL[3]="cynthia";
  arURL[4]="diana";		arURL[5]="farrell";	arURL[6]="francine";
  arURL[7]="gene";		arURL[8]="janet";	arURL[9]="marcia";
  arURL[10]="peter";	arURL[11]="rory";	arURL[12]="susan";
  arURL[13]="terry";
  if (index!=0) {
    popupWin = window.open('/common/profiles/flash/display.asp?name='+arURL[index], 'profile', 'resizable=no,scrollbars=no,width=700,height=470');
  }
}

function openProfile(url) {
  popupWin = window.open('/common/profiles/flash/display.asp?name='+url, 'profile', 'resizable=no,scrollbars=no,width=680,height=450');
}

function openProfileBig(url) {
  popupWin = window.open('/common/profiles/flash/display.asp?name='+url, 'profile', 'resizable=no,scrollbars=no,width=680,height=500');
}

function openProfileBigger(url) {
  popupWin = window.open('/common/profiles/flash/display.asp?name='+url, 'profile', 'resizable=no,scrollbars=no,width=680,height=545');
}

function gojd(url) {
//opener.location.href = url;
window.open(url,'jd', 'resizable,scrollbars=yes,width=450,height=470')
}

function openWeekataGlance(url) {
  popupWin = window.open('../../../college/career/rightcareer/doing/weekataglance/index.asp?name='+url, 'week', 'resizable,scrollbars=yes,width=600,height=400')
}


function miceonlow(k) {
k.src="/common/images/low_.gif"
}
function miceofflow(k) {
k.src="/common/images/low.gif"
}

function miceonhigh(k) {
k.src="/common/images/high_.gif"
}
function micehighhigh(k) {
k.src="/common/images/high.gif"
}
