<!-- Begin
					function formHandler(form) {
						var URL = form.site.options[form.site.selectedIndex].value;
						var obj = document.getElementById("hotline");
						
						if ( URL == ""){	
						}
						else if ( URL == "callno1"){   //Call
							if (obj.style.display == "none"){
								obj.style.display = "block";
							}
							document.getElementById('hotline-text').innerHTML = "<p>Call us at <br><b>6538 1111 (Singapore)</b> <br>or <br><b>(65) 6538 1111 (Overseas)</b> <br><br>Mondays to Fridays, <br>8.30am to 6.00pm <br>(excluding Public Holidays)</p>";
							
							
						}else if ( URL == "callno2"){   //Email
							if (obj.style.display == "block"){
								obj.style.display = "none";
							}
							window.open('http://www.ocbc.com/corp-banking/help_centre/HCr_Cus_FeedBack.shtm?bcid=M8_C1_S1','_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
							//document.getElementById('hotline-text').innerHTML = "<p>Send us an email <a href='http://www.ocbc.com/corp-banking/help_centre/HCr_Cus_FeedBack.shtm?bcid=M8_C1_S1' target='_blank'>here</a></p>";
							
						}else if ( URL == "callno3"){   //Visit us - Ang Mo Kio Central
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Ang Mo Kio Central</strong><br>53 Ang Mo Kio Avenue 3<br>#B1-32/33, AMK Hub<br>Singapore 569933<br><br>Mon - Fri: 11.00am to 7.00pm<br>Sat: 11.00am to 2.00pm</p>";
							
						}else if ( URL == "callno4"){   //Visit us - Bedok
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Bedok</strong><br>Blk 204 Bedok North St 1<br>#01-403/405/407<br>Singapore 460204<br><br>Mon - Fri: 11.00am to 7.00pm<br>Sat: 11.00am to 2.00pm</p>";
							
						}else if ( URL == "callno5"){   //Visit us - Jalan Besar 
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Jalan Besar</strong><br>10 Jalan Besar<br>#01-01 Sim Lim Tower<br>Singapore 208787<br><br>Mon-Fri: 9.00am to 4.30pm<!--br>Sat: 9.00am to 11.30am--></p>";
						
						}else if ( URL == "callno6"){   //Visit us - Jurong
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Jurong</strong><br>Blk 65 Yung Kuang Road<br>#01-95/101<br>Singapore 610065<br><br>Mon-Fri: 9.30am to 5.00pm<!--br></p>";

                                                }else if ( URL == "callno7"){   //Visit us - Marina Bay Financial Centre
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Marina Bay Financial Centre</strong><br>10 Marina Boulevard<br>#01-04, Marina Bay Financial Centre Tower 2<br>Singapore 018983<br><br>Mon-Fri: 9.00am to 4.30pm<!--br>Sat: 9.00am to 11.30am--></p>";
							
							
						}else if ( URL == "callno8"){   //Visit us - OCBC Centre
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>OCBC Centre</strong><br>65, Chulia Street<br>#01-01 OCBC Centre<br>Singapore 049513<br><br>Mon-Fri: 9.00am to 4.30pm<br>Sat: 9.00am to 11.30am</p>";
							
						}else if ( URL == "callno9"){   //Visit us - Orchard
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Orchard</strong><br>160 Orchard Road<br>#B1-12/13, Orchard Point<br>Singapore 238842<br><br>Mon-Fri: 9.00am to 4.30pm<!--<br>Sat: 9.00am to 11.30am--></p>";
							
						}else if ( URL == "callno10"){   //Visit us - Toa Payoh Central
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Toa Payoh Central</strong><br>520 Lorong 6 Toa Payoh<br>#02-53<br>Singapore 310520<br><br>Mon-Fri: 11.00am to 7.00pm<br>Sat: 11.00am to 2.00pm</p>";
						}
						else if ( URL == "callno11"){   //Visit us - Ubi
							if (obj.style.display == "none"){
								obj.style.display = "block";
							} 
							document.getElementById('hotline-text').innerHTML = "<p><strong>Visit us at:</strong><br><br><strong>Ubi</strong><br>Blk 302 Ubi Ave 1<br>#01-59/63<br>Singapore 400302<br><br>Mon-Fri: 10.00am to 5.30pm<!--<br>Sat: 10.00am to 12.30pm--></p>";
						}
						
					}
					
					// End -->
