var newwindow;
function images(url)
{
	newwindow=window.open(url,'name','height=700,width=900');
	if (window.focus) {newwindow.focus()}
}
