var newwindow;
function popflash(url)
{	newwindow=window.open(url,'name','height=415,width=725');
	if (window.focus) {newwindow.focus()}
}