function openvg(popurl, left, top)
{
	newwindow=window.open(popurl,'name', "width=550,height=250,left="+left+",top="+top+",scrollbars=yes,resizable=yes,toolbar=no");
	if (document.focus) {newwindow.focus()
	}
}
