function pop(url) { 
	window.open(url,"msg","height=560,width=560,left=50,top=50,scrollbars=no,resizable=yes,status=no"); 
}