function swImg(iName,str)
{
	document.images[iName].src = str;
}

function popJump(selOBJ)
{
	n = selOBJ.selectedIndex;
	location.href = selOBJ.options[n].value;
}

function wopenlist(l)
{
	window.open(l,"SubWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=300,height=600,top=0px,left=0px")
}

function wopentbpost(l)
{
	window.open(l,"SubWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=250,top=0px,left=0px")
}
