function openwinhealth(winurl)
{
	newwin=window.open(winurl,'sample','height=420,width=540,left=200,top=0,scrollbars=yes')
newwin.focus()	
}

