// JavaScript Document

function playVid() {
	if (document.video.vid_choice.options[document.video.vid_choice.selectedIndex].value != "") 
		{
			demoPopCentered(document.video.vid_choice.options[document.video.vid_choice.selectedIndex].value,317,273);
		}
	else
		{}
}
	
function useIID() {
	var iids = new Array("","wa_iid=intel_comm+body_diff_vid","wa_iid=intel_comm+body_pro_bono_vid","wa_iid=intel_comm+body_israel_csr_vid") 
	var optionNumber = document.video.vid_choice.selectedIndex

	if (optionNumber != 0) { //the first option is used as directions holder
		var s='s_gs()';waCustomLink(this,'','o',iids[optionNumber]);
 }
}