');
aTemp[2] = new optionValues('20', 'Finance and Investment');
aTemp[3] = new optionValues('18', 'Organizational Development');
aSubDList1['2'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('21', 'Art');
aTemp[2] = new optionValues('23', 'Dance');
aTemp[3] = new optionValues('24', 'Editing/Writing');
aTemp[4] = new optionValues('30', 'Interior Design/Architecture');
aTemp[5] = new optionValues('29', 'Landscape Design, Labyrinth');
aTemp[6] = new optionValues('28', 'Multi Media');
aTemp[7] = new optionValues('25', 'Music');
aTemp[8] = new optionValues('22', 'Photography');
aTemp[9] = new optionValues('27', 'Print Design');
aTemp[10] = new optionValues('26', 'Web Design');
aSubDList1['3'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('1', 'Additional Healing Services');
aTemp[2] = new optionValues('17', 'Animal Healing, Communication<');
aTemp[3] = new optionValues('2', 'Astrology');
aTemp[4] = new optionValues('4', 'Body Work');
aTemp[5] = new optionValues('5', 'Complementary Medicine');
aTemp[6] = new optionValues('6', 'Counseling/Coaching');
aTemp[7] = new optionValues('7', 'Energy Work');
aTemp[8] = new optionValues('8', 'Environmental Optimization/Org');
aTemp[9] = new optionValues('9', 'Fitness');
aTemp[10] = new optionValues('10', 'Meditation, Yoga, Movement');
aTemp[11] = new optionValues('11', 'Mental Health');
aTemp[12] = new optionValues('12', 'Nutrition');
aTemp[13] = new optionValues('13', 'Outdoor Adventures');
aTemp[14] = new optionValues('14', 'Relationships');
aTemp[15] = new optionValues('15', 'Soul/Spiritual Work');
aTemp[16] = new optionValues('16', 'Spiritual Leadership');
aSubDList1['1'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('31', 'Humanitarian Work');
aSubDList1['10'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('34', 'Attorney');
aSubDList1['5'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('35', 'Real Estate');
aSubDList1['6'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('36', 'Sports Training');
aSubDList1['7'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('32', 'Computer design, consulting');
aTemp[2] = new optionValues('33', 'Web and Media Development');
aSubDList1['4'] = aTemp;
aTemp = new Array();
aTemp[0] = new optionValues('0', '--- Service Sub Categories ---');
aTemp[1] = new optionValues('37', 'Travel');
aSubDList1['8'] = aTemp;
if (document.Member.ServiceSub) {
var optionText, index, iSize;
index = document.Member.ServiceSub.selectedIndex;
if (index >= 0){ optionText = document.Member.ServiceSub.options[index].text;
changeSub1();
iSize = document.Member.ServiceSub.options.length - 1;
for (index=0 ; index <= iSize; index++) {
if (document.Member.ServiceSub.options[index].text == optionText) {
document.Member.ServiceSub.options[index].selected = true;
}
}
}
}
}
function changeSub1() {
var sValue1, index1 , theArray1, iSize1, counter1;
if (document.Member.Service ) {
index1 = document.Member.Service.selectedIndex;
sValue1 = document.Member.Service.options[index1].value;
theArray1 = aSubDList1[sValue1];
iSize1 = theArray1 ? theArray1.length: - 1;
if (document.Member.ServiceSub && document.Member.ServiceSub.options) {
document.Member.ServiceSub.options.length = 0;
if (iSize1 == -1) {
document.Member.ServiceSub.options[0] = new Option();
document.Member.ServiceSub.options[0].value= "0";
document.Member.ServiceSub.options[0].text= "-- Does Not Exist -- ";
} else {
for (index1=0, counter1=-1; index1 < iSize1; index1++) {
document.Member.ServiceSub.options.length = ++counter1;
document.Member.ServiceSub.options[counter1] = new Option();
document.Member.ServiceSub.options[counter1].value= theArray1[index1].Value;
document.Member.ServiceSub.options[counter1].text= theArray1[index1].Text;
}
}
}
}
}
function ClearForm(){
document.Member.txtLast_Name.value = "last name";
document.Member.txtFirst_Name.value = "first name";
document.Member.txtPhone.value = "phone";
document.Member.ddProject.selectedIndex = 0;
}
function ClearField(Fld, FldVal){
eval("document.Member." + Fld + ".value = ''");
return;
}
function ReturnField(Fld, FldVal){
if (eval("document.Member." + Fld + ".value") == "") {
eval("document.Member." + Fld + ".value = '" + FldVal + "'");
}
return;
}
function SubmitForm(Dest) {
if (Dest == "S"){
document.Member.action="directory.asp"
document.Member.SearchType.value = "N"
}
document.Member.submit();
}
function SubmitExcel() {
document.Member.action = "members_list_excel2.asp"
document.Member.submit();
}
function ResetForm(){
document.Member.rpp.value = "20";
document.Member.State.value = "0";
document.Member.Service.value = "0";
document.Member.ServiceSub.value = "-- Service Sub Category --"
document.Member.Product.value = "0";
document.Member.First_Name.value = "first name";
document.Member.Last_Name.value = "last name";
document.Member.Keyword.value = "keyword";
}
function OpenWin(URL){
winpops=window.open(URL,"","width=600,height=600,scrollbars,resizable,")
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
|
|
 |
 |
 |
 |
|
Welcome to the Center for Soulful Living's Referral Directory! We are excited
and pleased to provide this offering to all of you. The referral directory
includes both services and products provided by individuals who are part of
the Center for Soulful Living community. We invite you to browse through the
directory and acquaint yourself with the many offerings found here.
Anyone who has attended any of CSL's many offerings may be listed in the
directory. Click on and follow the simple instructions provided to add your servies and products. CSL
reserves the right to approve or deny applications.
You might also like to read about the services offered by our certified Trainers and Mentors.
The directory is currently unavailable
|
|
|
|
|