function openimage(url)
{
	newwindow=window.open(url,'name','height=522,width=682');
	if (window.focus) {newwindow.focus()}
}
