<!--
sfHover=function(){var sfEls=document.getElementById("navMain").getElementsByTagName("LI");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover";}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"");}}}
if(window.attachEvent)window.attachEvent("onload",sfHover);function SHA1(msg){function rotate_left(n,s){var t4=(n<<s)|(n>>>(32-s));return t4;}
function lsb_hex(val){var str="";var i;var vh;var vl;for(i=0;i<=6;i+=2){vh=(val>>>(i*4+4))&0x0f;vl=(val>>>(i*4))&0x0f;str+=vh.toString(16)+vl.toString(16);}
return str;}
function cvt_hex(val){var str="";var i;var v;for(i=7;i>=0;i--){v=(val>>>(i*4))&0x0f;str+=v.toString(16);}
return str;}
function Utf8Encode(string){string=string.replace(/\r\n/g,"\n");var utftext="";for(var n=0;n<string.length;n++){var c=string.charCodeAt(n);if(c<128){utftext+=String.fromCharCode(c);}
else if((c>127)&&(c<2048)){utftext+=String.fromCharCode((c>>6)|192);utftext+=String.fromCharCode((c&63)|128);}
else{utftext+=String.fromCharCode((c>>12)|224);utftext+=String.fromCharCode(((c>>6)&63)|128);utftext+=String.fromCharCode((c&63)|128);}}
return utftext;}
var blockstart;var i,j;var W=new Array(80);var H0=0x67452301;var H1=0xEFCDAB89;var H2=0x98BADCFE;var H3=0x10325476;var H4=0xC3D2E1F0;var A,B,C,D,E;var temp;msg=Utf8Encode(msg);var msg_len=msg.length;var word_array=new Array();for(i=0;i<msg_len-3;i+=4){j=msg.charCodeAt(i)<<24|msg.charCodeAt(i+1)<<16|msg.charCodeAt(i+2)<<8|msg.charCodeAt(i+3);word_array.push(j);}
switch(msg_len%4){case 0:i=0x080000000;break;case 1:i=msg.charCodeAt(msg_len-1)<<24|0x0800000;break;case 2:i=msg.charCodeAt(msg_len-2)<<24|msg.charCodeAt(msg_len-1)<<16|0x08000;break;case 3:i=msg.charCodeAt(msg_len-3)<<24|msg.charCodeAt(msg_len-2)<<16|msg.charCodeAt(msg_len-1)<<8|0x80;break;}
word_array.push(i);while((word_array.length%16)!=14)word_array.push(0);word_array.push(msg_len>>>29);word_array.push((msg_len<<3)&0x0ffffffff);for(blockstart=0;blockstart<word_array.length;blockstart+=16){for(i=0;i<16;i++)W[i]=word_array[blockstart+i];for(i=16;i<=79;i++)W[i]=rotate_left(W[i-3]^W[i-8]^W[i-14]^W[i-16],1);A=H0;B=H1;C=H2;D=H3;E=H4;for(i=0;i<=19;i++){temp=(rotate_left(A,5)+((B&C)|(~B&D))+E+W[i]+0x5A827999)&0x0ffffffff;E=D;D=C;C=rotate_left(B,30);B=A;A=temp;}
for(i=20;i<=39;i++){temp=(rotate_left(A,5)+(B^C^D)+E+W[i]+0x6ED9EBA1)&0x0ffffffff;E=D;D=C;C=rotate_left(B,30);B=A;A=temp;}
for(i=40;i<=59;i++){temp=(rotate_left(A,5)+((B&C)|(B&D)|(C&D))+E+W[i]+0x8F1BBCDC)&0x0ffffffff;E=D;D=C;C=rotate_left(B,30);B=A;A=temp;}
for(i=60;i<=79;i++){temp=(rotate_left(A,5)+(B^C^D)+E+W[i]+0xCA62C1D6)&0x0ffffffff;E=D;D=C;C=rotate_left(B,30);B=A;A=temp;}
H0=(H0+A)&0x0ffffffff;H1=(H1+B)&0x0ffffffff;H2=(H2+C)&0x0ffffffff;H3=(H3+D)&0x0ffffffff;H4=(H4+E)&0x0ffffffff;}
temp=cvt_hex(H0)+cvt_hex(H1)+cvt_hex(H2)+cvt_hex(H3)+cvt_hex(H4);return temp.toLowerCase();}
function addOption(elementId)
{var element=document.getElementById(elementId);if(document.getElementsByName(element.name).length>2)return;var value=element.selectedIndex;element.selectedIndex=0;var remlink=document.createElement('a');var span=document.createElement('span');span.appendChild(document.createElement('br'));span.appendChild(element.cloneNode(true));span.appendChild(remlink);element.parentNode.appendChild(span);remlink.innerHTML='[-]';remlink.className='link';if(remlink.addEventListener)
remlink.addEventListener('click',function(){this.parentNode.innerHTML='';},false);else if(remlink.attachEvent)
remlink.attachEvent('onclick',function(){remlink.parentNode.innerHTML='';});element.selectedIndex=value;}
function filterDistricts()
{var mapping={5:['Aurangabad','Beed','Osmanabad','Jalna'],2:['Raigad','Mumbai - Suburban','Mumbai','Ratnagiri','Thane','Sindhudurg'],4:['Jalgaon','Dhule','Nandurbar'],3:['Pune','Ahmednagar','Nashik'],9:['Chandrapur','Nagpur','Gondia','Wardha','Bhandara'],6:['Nanded','Latur'],8:['Amravati','Akola','Buldhana','Yavatmal'],7:['Solapur','Satara','Sangli','Kolhapur','Solapur']};var districts=document.getElementsByName('districts[]');var universities=document.getElementsByName('universities[]');var list=[];for(var index=0;index<universities.length;index++)
{if(!universities[index].value)continue;list=list.concat(mapping[universities[index].value]);}
for(var index=0;index<districts.length;index++)
{while(districts[index].options.length)districts[index].options[0]=null;districts[index].options[0]=new Option('Any District','');for(var count=0;count<list.length;count++)
districts[index].options[count+1]=new Option(list[count],list[count]);}}
function filterSearch()
{var mapping={'districts':['Any City','Adipur -Kachchh','Ahmedabad','Ahmednagar','Ajmer','Ambala','Amravati','Amritapuri','Anand','Aurangabad','Bangalore','Bareilly','Beed','Belgaum','Bhandara','Bharuch','Bhopal','Bhubaneswar','Buldhana','Calicut','Chandrapur','Chennai','Cochin','Coimbatore','Dehradun','Delhi','Dewas','Dhanbad','Dhule','Dindigul','Fatehgarh Sahib','Gandhinagar','Ghaziabad','Goa','Gondia','Greater Noida','Gulbarga','Gurgaon','Guwahati','Gwalior','Haldwani','Hubli','Hyderabad','Indore','Jabalpur','Jaipur','Jalgaon','Jalna','Jammu Tawi','Jamnagar','Jamshedpur','Jodhpur','Kancheepuram','Kanchipuram','Kanpur','Katra','Kochi','Kolhapur','Kolkata','Kota','Kurukshetra','Latur','Lucknow','Ludhiana','Madurai','Mahabubnagar','Mangalore','Manipal','Meerut','Mohali','Mumbai','Mysore','Nagpur','Namakkal','Nanded','Nashik','Navi Mumbai','New Delhi','Noida','Osmanabad','Phagwara','Pilani','Pondicherry','Pune','Puri','Raigad','Raipur','Ramanagara','Ranchi','Ranga Reddy','Rangareddy','Ratnagiri','Roorkee','Rourkela','Salem','Sangli','Satara','Secunderabad','Sikar','Silvassa','Solapur','Sonitpur','Srikakulam','Surat','Thane','Thiruvananthapuram','Tiruchirappalli','Tiruvalla','Trivandrum','Udaipur','Ujjain','Vadodara','Varanasi','Vellore','Visakhapatnam','Warangal','Wardha','Yamuna Nagar','Yavatmal'],'specialization':['All','Entrepreneurship','Finance','Financial Services','General Management','Healthcare','Hospitality','Human Resources','Information Technology','International Business','Marketing','Operations','Other','Retail','Strategy','Telecom']};var search_type=document.getElementsByName('search_type')[0];var list=[];if(search_type.options[search_type.selectedIndex].value=='search')
{var child=document.createElement('input');child.name="search";child.value="Enter College Name";child.type="text";if(child.addEventListener)
{child.addEventListener('focus',function(){if(this.value=='Enter College Name')this.value='';},false);child.addEventListener('blur',function(){if(this.value=='')this.value='Enter College Name';},false);}
else if(child.attachEvent)
{child.attachEvent('onclick',function(){if(this.value=='Enter College Name')this.value='';});child.attachEvent('onblur',function(){if(this.value=='')this.value='Enter College Name';});}}
else
{list=list.concat(mapping[search_type.options[search_type.selectedIndex].value]);var child=document.createElement('select');child.name=search_type.options[search_type.selectedIndex].value;child.options[0]=new Option('Any','');for(var count=0;count<list.length;count++)
child.options[count+1]=new Option(list[count],list[count]);}
var top_search_box=document.getElementById('top_search_box');while(top_search_box.firstChild){top_search_box.removeChild(top_search_box.firstChild);}
top_search_box.appendChild(child);}
function showdetails(id){if(document.getElementById(id).style.display=='none')
{document.getElementById(id).style.display='block';}
else
{document.getElementById(id).style.display='none';}}
function unhide(id)
{if(document.getElementById(id+'_text2').style.display=='none')
{document.getElementById(id+'_text1').style.display='none';document.getElementById(id+'_text2').style.display='block';document.getElementById(id+'_a').innerHTML="less";}
else
{document.getElementById(id+'_text1').style.display='block';document.getElementById(id+'_text2').style.display='none';document.getElementById(id+'_a').innerHTML="more";}}
function showrefinesearch(i){var j=1;while(j<=10){if(document.getElementById('search_'+j)!=undefined)
{if(j!=i){{document.getElementById('search_'+j).style.display='none';}}
else{if(document.getElementById('search_'+j).style.display=='block'){document.getElementById('search_'+j).style.display='none';}
else{document.getElementById('search_'+j).style.display='block';}}}
j++;}}
function showcoursedetails(i,j){var k=1;while(k<=j){if(k!=i){document.getElementById('course_'+k).style.display='none';}
else{document.getElementById('course_'+k).style.display='block';}
k++;}}
function showtabcontent(tab)
{if(tab==1){document.getElementById('overview').style.display='block';document.getElementById('courses_all').style.display='none';document.getElementById('contact').style.display='none';document.getElementById('overview_tab').className='selected';document.getElementById('courses_tab').className='';document.getElementById('contact_tab').className='';}
else if(tab==2){document.getElementById('overview').style.display='none';document.getElementById('courses_all').style.display='block';document.getElementById('contact').style.display='none';document.getElementById('courses_tab').className='selected';document.getElementById('overview_tab').className='';document.getElementById('contact_tab').className='';}
else if(tab==3){document.getElementById('overview').style.display='none';document.getElementById('courses_all').style.display='none';document.getElementById('contact').style.display='block';document.getElementById('contact_tab').className='selected';document.getElementById('overview_tab').className='';document.getElementById('courses_tab').className='';}}