function showPop(url,scroll){
	var win=window.open(url,'exagoMD','width=620,height=450,resizable=yes,scrollbars='+scroll);
	win.focus();
}
