/************************************************************************************************************
    *     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="KiaCars.php?mod="+str;
		}else{			
			window.location="used-cars-elizabethtown-ky1.php?pricesort="+str;
		}	
		
	}