function rootpage(obj)
			{	
				with (document.dropdowns)
				{
					router(obj[obj.selectedIndex].value);
				}
			}

			function router(val)
			{
				switch (val)			
				{
					// Links for Quick Links
					case '10':
						window.location.href="index.php?option=com_chronocontact&chronoformname=getquote&Itemid=61";
						break;
					case '11':
						window.location.href="index.php?option=com_content&task=view&id=20&Itemid=48";
						break;
					case '12':
						window.location.href="index.php?option=com_content&task=view&id=21&Itemid=50";
						break;
					case '13':
						window.location.href="index.php?option=com_content&task=view&id=24&Itemid=51";
						break;
					case '14':
						window.location.href="index.php?option=com_content&task=view&id=22&Itemid=52";
						break;
                                        case '15':
                                                window.location.href="index.php?option=com_content&task=view&id=19&Itemid=53";
                                                break;
                                        case '16':
                                                window.location.href="index.php?option=com_content&task=view&id=23&Itemid=54";
                                                break;
                                        case '17':
                                                window.location.href="index.php?option=com_chronocontact&chronoformname=getquote&Itemid=61";
                                                break;
                                        case '18':
                                                window.location.href="index.php?option=com_content&task=view&id=31&Itemid=43";
                                                break;
                                        case '19':
                                                window.location.href="index.php?option=com_content&task=view&id=48&Itemid=77";
                                                break;
			
					
					
					// Link for Vitual Tour
					
					
					case '20':
						window.location.href="http://www.p-wave.com/";
						break;
					case '21':
						window.location.href="http://www.p-wave.com/";
						break;
					case '22':
						window.location.href="http://www.p-wave.com/";
						break;		

				}
			}
