function go2email(){ document.location = 'http://law-dog.com/email_lawdog.html';}
function go2start(){ document.location = 'http://law-dog.com/Root_of_Harm/index.html';}
function get_radio_value()
{
var rad_val;

for (var i=0; i < document.selection_form.radio_selection.length; i++)
   {
   if (document.selection_form.radio_selection[i].checked)
      {
      rad_val = document.selection_form.radio_selection[i].value;
      }
   }
return rad_val;  
}


function redirect(){ 

if(get_radio_value()=='rh1'){
        document.location = '../Physical_Harm/index.html'; 
		}
if(get_radio_value()=='ph1'){
        document.location = '../Automobile_Accident_1/automobile_accident.html'; 
		}
if(get_radio_value()=='ph2'){
        document.location = '../MedMal/MedMal.html'; 
		}
if(get_radio_value()=='ph3'){
        document.location = '../Premises_Liab/Premises_Liability.html'; 
		}
if(get_radio_value()=='ph4'){
        document.location = '../Products_Liab/Prod_Liability.html'; 
		}
if(get_radio_value()=='ph5'){
        document.location = '../Workers_comp/Workers_comp.html'; 
		}
if(get_radio_value()=='ph6'){
        document.location = '../Other_Physical_Injury_Cause/Other_Physica_Injury_Cause.html'; 
		}
if(get_radio_value()=='ph7'){
        document.location = '../Wrongful_Death/Wrongful_Death.html'; 
		}


if(get_radio_value()=='auto_acc_1'){
        document.location = 'driver1.html'; 
		}
if(get_radio_value()=='driver_1_1'){
        document.location = 'driver2.html'; 
		}
if(get_radio_value()=='driver_2_1'){
        document.location = '../Root_of_Harm/common1.html'; 
		}
} 

function go2common2(){ document.location = '../Root_of_Harm/common2.html';}
function go2common3(){ document.location = '../Root_of_Harm/common3.html';}
function go2contact1(){ document.location = '../Root_of_Harm/contact_information.html';}
function go2contact2(){ document.location = '../Root_of_Harm/contact_information2.html';}