﻿var newwindow;function popgluggi(url){newwindow=window.open(url,'name','height=100,width=400');if (window.focus){newwindow.focus()}}
function popup_window(s_url, s_name, s_att){window.open(s_url, s_name, s_att)
}

