function Welcome(a) 
				{	
					if(a=='What is Horizon Package?') {					
					top.location.href="indexx.php?catagory=product";
					}
					if(a=='Package Include') {					
					top.location.href="indexx.php?catagory=product";
					}
					if(a=='CMS') {					
					top.location.href="indexx.php?catagory=cms";
					}
                                        if(a=='Web Depot') {					
					top.location.href="indexx.php?catagory=webdepot";
 					}
                                        if(a=='Web Calendar') {
					top.location.href="indexx.php?catagory=webcalendar";
					}
					if(a=='Gallery') {					
					top.location.href="indexx.php?catagory=gallery";
					}
                                        if(a=='News Manager') {					
					top.location.href="indexx.php?catagory=news-manager";
					}
                                        if(a=='Advertisement Manager') {					
					top.location.href="indexx.php?catagory=ad-manager";
					}
					if(a=='Blogs') {
					top.location.href="indexx.php?catagory=blog";
					}
					if(a=='Project Manager') {
					top.location.href="indexx.php?catagory=project-manager";
					}
					if(a=='Solutions') {
					top.location.href="indexx.php?catagory=solutions";
					}
					if(a=='IntCIS Drive') {
					top.location.href="indexx.php?catagory=product_info";
					}
					if(a=='Quality Process') {
					top.location.href="indexx.php?catagory=how-we-work";
					}
					if(a=='Features') {
					top.location.href="indexx.php?catagory=features";
					}
					if(a=='Pricing') {
					top.location.href="indexx.php?catagory=packages";
					}
					
					
					if(a=='Get a Quote') {
					top.location.href="indexx.php?catagory=get-a-quote";
					}
					
					if(a=='Our Portfolio') {
					top.location.href="indexx.php?catagory=customer-sites";
					}
					
					if(a=='About us') {
					top.location.href="indexx.php?catagory=aboutus";
					}
					
					if(a=='Career with us') {
					top.location.href="indexx.php?catagory=career";
					}
					
					if(a=='Contact us') {
					top.location.href="indexx.php?catagory=contactus";
					}
					if(a=='Sales & Support') {
					top.location.href="indexx.php?catagory=contactus";
					}
					}

