using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class ArHHome : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Button1.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button1.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); //HyperLink1.Attributes.Add("onmouseover", "this.style.color ='#886600';this.style.cursor='pointer'"); //HyperLink1.Attributes.Add("onmouseout", "this.style.color ='#cc9900'"); //HyperLink2.Attributes.Add("onmouseover", "this.style.color ='#886600';this.style.cursor='pointer'"); //HyperLink2.Attributes.Add("onmouseout", "this.style.color ='#cc9900'"); HyperLink1.Attributes.Add("onmouseover", "this.style.color ='#8d0e0e';this.style.cursor='pointer'"); HyperLink1.Attributes.Add("onmouseout", "this.style.color ='#ffffff'"); HyperLink2.Attributes.Add("onmouseover", "this.style.color ='#8d0e0e';this.style.cursor='pointer'"); HyperLink2.Attributes.Add("onmouseout", "this.style.color ='#ffffff'"); HyperLink3.Attributes.Add("onmouseover", "this.style.color ='#8d0e0e';this.style.cursor='pointer'"); HyperLink3.Attributes.Add("onmouseout", "this.style.color ='#ffffff'"); HyperLink4.Attributes.Add("onmouseover", "this.style.color ='#8d0e0e';this.style.cursor='pointer'"); HyperLink4.Attributes.Add("onmouseout", "this.style.color ='#ffffff'"); Button2.Attributes.Add("onmouseover", "this.style.color ='#999999';this.style.cursor='pointer'"); Button2.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button4.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button4.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button3.Attributes.Add("onmouseover", "this.style.color ='#999999';this.style.cursor='pointer'"); Button3.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button5.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button5.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button6.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button6.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button7.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button7.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button8.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button8.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Button9.Attributes.Add("onmouseover", "this.style.color ='#000000';this.style.cursor='pointer'"); Button9.Attributes.Add("onmouseout", "this.style.color='#ffffff'"); Session.RemoveAll(); // Image2.Attributes.Add("onmouseover", "this.style.backgroundImage ='colorful-wallpapers-10.jpg';this.style.cursor='pointer'"); } protected void Button1_Click(object sender, EventArgs e) { Response.Redirect("arHome.aspx"); } protected void Button2_Click(object sender, EventArgs e) { Response.Redirect("arAboutUs.aspx"); } protected void Button3_Click(object sender, EventArgs e) { } protected void Button4_Click(object sender, EventArgs e) { Response.Redirect("arAgencies.aspx"); } protected void Button5_Click(object sender, EventArgs e) { Response.Redirect("ArSocio.aspx"); } protected void Button6_Click(object sender, EventArgs e) { Response.Redirect("ArEnquiry.aspx"); } protected void Button10_Click(object sender, EventArgs e) { } }