function customerPopup(type)
{


var $dialog = $('<div></div>').load('pages/stateSelect.php?mode='+type+'&rand='+Math.random()*9999);


$dialog.dialog({height: 'auto',modal: true, width:600,draggable:false, title:'Select a State',resizable:false});
		
}