var newwindow;
function images1(url)
{
	newwindow=window.open(url,'name','height=480,width=575');
	if (window.focus) {newwindow.focus()}
}

