
function jmpMS(obj) { 
switch (parseInt(obj.value)) { 
case 0: return 
break; 
case 1: window.location.href = "index2.php"
"index.html" 
break 
case 2: window.location.href = "pfs.php" 
break 
case 3: window.location.href = "pfs.php#About_Your_Model"
break 
case 4: window.location.href = "pfs.php#Features"  
break 
case 5: window.location.href = "pfs.php#Using_Your_Model" 
break 
case 6: window.location.href = "pbs.php" 
break 
case 7: window.location.href = "pbs.php#About_Your_Model" 
break 
case 8: window.location.href = "pbs.php#Features"
break 
case 9: window.location.href = "pbs.php#Using_Your_Model"  
break 
case 10: window.location.href = "lpm.php" 
break 
case 11: window.location.href = "lpm.php#About_Your_Model" 
break 
case 12: window.location.href = "lpm.php#Features"
break 
case 13: window.location.href = "lpm.php#Using_Your_Model"
break 
case 14: window.location.href = "faq.php"
break 
case 15: window.location.href = "contactus.php"
} 
} 