function relink(src)
{
	 myWin= open(src, "displayWindow", "status=yes,toolbar=yes,menubar=yes,scrollbars=yes");
//	 document.location = src;
}


