var newwindow;
function pop(url)
{
	newwindow=window.open(url,'name','height=300,width=430,toolbar=no,location=no,statusbar=no,menubar=no,resizable=0');
	if (window.focus) {newwindow.focus()}
}
