function openFrames(setID)
{
	window.open('frames.asp?setID=' + setID,'DrDivot','width=565,height=600,resizable=no,toolbars=0,menubar=0,scrollbars=1');
}

function imgSwap(imgTag, imgSrc) {
	var imgObj = eval(imgTag);
	imgObj.src = "" + imgSrc;
}

function openTips(tipsID)
{
	window.open('tips.asp?tipsID=' + tipsID,'DrDivot','width=550,height=600,resizable=yes,toolbars=0,menubar=0,scrollbars=1,top=10,left=10');
}