function swImg(iName,str) { document.images[iName].src = str; }
function openWin1()
{
	window.open("images/topimage.html","hint1","width=500,height=340,scrollbars=no,location=no,menubar=no,left=10,top=30");
}

