var newwindow;
function images5(url)
{
	newwindow=window.open(url,'name','height=595,width=820');
	if (window.focus) {newwindow.focus()}
}
