<!--
function openf(targ) 
{
	var newwindow = window.open(targ,'','toolbar=no,scrollbars=yes,resizable=no,width=543,height=579')
}

function open_pop (file,height,width) {
	yheight = height; xwidth = width; url = file;
	newWindow = eval('window.open(url,"new_window","height=' + yheight + ',width=' + xwidth + ',scrollbars=yes,menubar=yes,directories=no,location=no,status=yes,resizable=yes")')
	newWindow.focus();
}
-->