<!--

function openwin(winame,file,height,width)
{
	window.open(file,winame,"top=50,left=50,status=no,scrollbars=no,toolbar=no,location=center,menu=no,resizable=no,width="+width+",height="+height);
}

// -->
