﻿function popUp(url,name)
{
	window.open(url,name,"width=600,height=400,toolbar=no,menubar=no,scrollbars=yes,resizable=no");
}