/************************************************************************************************************
    *     filename      	: searchSelectNew.js										                                                      			*
    *     Description 	: This web page has been developed to search a particular car 										*
    *     Author        	: Biswajit Roy, Developer, Soft_Solutions4u, Chennai, India                                				*
	* 	  Modified By   	: Biswajit Roy, Developer, Soft_Solutions4u, Chennai, India                                				*
    *     Date        		: 11.09.2009                                                                              										*
    *     LastModified	: 11.09.2009                                                                              										*
************************************************************************************************************/

function showSearchCarPage(str) {
		
		if(str=="Sedona" || str=="Sorento" || str=="Sportage" || str=="Rondo" || str=="Amanti" || str=="Optima" || str=="Spectra" || str=="Soul" || str=="Rio" || str=="Borrego" || str=="Forte Koup" || str=="Forte"){
			window.location="clarksville-Individual-Cars.php?cars="+str;
		}else if(str == "Allkias"){
			window.location="new_ajax_inventory.php?search=Allkias";
		}else if(str == "All Used Cars"){
			window.location="clarksville-indianapolis-used-cars.php";
		}else{			
			window.location="clarksville-indianapolis-used-cars.php?pricesort="+str;
		}		
	}