function CSAction(array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		result = CSAct[array[i]][0](CSAct[array[i]]); 
	}
	return result;
}
CSAct = new Object;
function CSGotoLink(action) {
	if (action[2].length) {
		var hasFrame=false;
		for(i=0;i<parent.frames.length;i++) { if (parent.frames[i].name==action[2]) { hasFrame=true; break;}}
		if (hasFrame==true)
			parent.frames[action[2]].location = action[1];
		else
			window.open (action[1],action[2],"");
	}
	else location = action[1];
}
function CSOpenWindow(action) {
	var wf = "";	
	wf = wf + "width=" + action[3];
	wf = wf + ",height=" + action[4];
	wf = wf + ",resizable=" + (action[5] ? "yes" : "no");
	wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no");
	wf = wf + ",menubar=" + (action[7] ? "yes" : "no");
	wf = wf + ",toolbar=" + (action[8] ? "yes" : "no");
	wf = wf + ",directories=" + (action[9] ? "yes" : "no");
	wf = wf + ",location=" + (action[10] ? "yes" : "no");
	wf = wf + ",status=" + (action[11] ? "yes" : "no");		
	window.open(action[1],action[2],wf);
}
CSAct['B7FDC37C0'] = new Array(CSGotoLink,/*URL*/ 'mailto:hwg@vh.ne','');
CSAct['B801E0064'] = new Array(CSOpenWindow,/*URL*/ 'http://www.whoswhoinluxuryrealestate.com/','',760,500,true,true,false,false,false,false,true);
CSAct['B8196F6627'] = new Array(CSGotoLink,/*URL*/ 'featuredhome.asp','Right Frame');
CSAct['B8196FAF28'] = new Array(CSGotoLink,/*URL*/ 'featuredhome.asp','Right Frame');
CSAct['B81AE01014'] = new Array(CSGotoLink,/*URL*/ 'mailto:hwg@vh.ne','');
function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return true; // dont follow link
	else return false; // dont follow link
}

function updatePhoto(which){
	document.images['photoLarge'].src = which;
	}
