// JavaScript Document<SCRIPT LANGUAGE="JavaScript">

var newwindow;
function viewimage(url)
{
	newwindow=window.open(url,'name','height=534,width=444,scrollbars=1,toolbars=0,statusbars=0, menubars=0, resizable=0, left = 0, top = 0');
	if (window.focus) {newwindow.focus()}
}