function openwin(FileImage)
{
	window.open(FileImage,"_blank","status=yes,toolbar=no,menubar=no,location=no");
}
