function openLocationTypePopup()
{
	var objPopWin=window.open("AddressLocationTypeDetails.asp",'AddressLocationType','height=500,width=600,top=25,left=100,help=0,resizable=yes,toolbar=0,location=0,status=0,menubar=0,scrollbars=yes');
	objPopWin.focus();
}
