﻿// JScript File

function OpenSearchedProject(controlID)
{
    var controlIDVal = document.getElementById(controlID);
    var   controlIDValTemp = controlIDVal.value;
    switch (controlIDValTemp)
	 {
		case "R-Center":			
			window.open("http://www.indiabulls.com/realestate/oneindiabulls/index.html"); 
			break;
		case "R-FCenter":			
			window.open("http://www.indiabulls.com/realestate/Indiabulls_Finance_centre/index.html"); 
			break;
		case "R-Vadodara":			
			window.open("http://www.indiabulls.com/realestate/Mega_all/index.html"); 
			break;
	    case "R-Thane":			
			window.open("http://www.indiabulls.com/realestate/Mint/index.html"); 
			break;
		case "R-Sky":			
			window.open("http://www.indiabulls.com/realestate/sky/index.html"); 
			break;
			case "R-Suites":			
			window.open("http://www.indiabulls.com/realestate/sky_suites/index.html"); 
			break;
			case "R-Forest":			
			window.open("http://www.indiabulls.com/realestate/sky_forest/index.html"); 
			break;
		case "R-Gurgaon":			
			window.open("http://www.indiabulls.com/realestate/centrumpark/index.html"); 
			break;
		case "R-Madurai":			
			window.open("http://www.indiabulls.com/realestate/CentralPark_Madurai/index.html"); 
			break;
		case "R-Chyderabad":			
			window.open("http://www.indiabulls.com/realestate/CentralPark_Hyderabad/index.html"); 
			break;
		case "R-CVadodara":			
			window.open("http://www.indiabulls.com/realestate/CentralPark_Vadodara/index.html"); 
			break;
		case "R-Ahmedabad":			
			window.open("http://www.indiabulls.com/realestate/CentralPark_Ahmedabad/index.html"); 
			break;
		case "R-Panvel":			
			window.open("http://www.indiabulls.com/realestate/indiabulls_greens_panvel/index.html"); 
			break;
		case "R-Chennai":			
			window.open("http://www.indiabulls.com/realestate/Greens_Chennai/index.html"); 
			break;
		case "R-RAhmedabad":			
			window.open("http://www.indiabulls.com/realestate/Indiabulls_Riverside/index.html"); 
			break;
		case "R-VAhmedabad":			
			window.open("http://www.indiabulls.com/realestate/Ahmedabad_vatika/index.html"); 
			break;
		case "R-Township":			
			window.open("http://www.indiabulls.com/realestate/Sonepat_Township/index.html"); 
			break;
		case "R-Housing":			
			window.open("http://www.indiabulls.com/realestate/Gurgaon_Housing/index.html"); 
			break;
		case "R-TPGurgaon":			
			window.open("http://www.indiabulls.com/realestate/IB_techpark/index.html"); 
			break;
		case "R-bleu":			
			window.open("Indiabulls_BLEU/index.html"); 
			break;
		case "R-SEZ":			
			window.open("http://www.indiabulls.com/realestate/Nashik_Sez/index.html"); 
			break;    
	case "eng":			
			window.open("http://www.indiabulls.com/realestate/enigma/index.html"); 
			break;      
	}
}
