﻿function WindowPopup(url)
{
	newwindow=window.open(url,'name','width=450,height=400');
	if (window.focus) {newwindow.focus()}
}