﻿function rollover(whichimg,overimg) {
	eval('document.images["' + whichimg + '"].src = ' + overimg + '.src');
}

function openWin(gohere) {
    window.open(gohere, "profile", config="width=1050,height=900,scrollbars=yes,menubar=yes,toolbar=no,resizable=yes,top=0,left=0");
}

function openPop(gohere, width, height) {
    window.open(gohere, "profile", config="width=" + width + ",height=" + height + ",scrollbars=yes,menubar=yes,toolbar=no,resizable=yes,top=0,left=0");
}

function changeInsight(id) {
    document.getElementById("insightlink").href = "javascript:openWin('insight.aspx?id=" + id + "')";
}
    
    