// JavaScript Document
//resolutionRedirect Begin
if (document.body.offsetWidth){
var w = document.body.offsetWidth;
if(w==1024){
//self.location.replace("home.html");
document.getElementById("Img1").style.left = "850px";
}
if(w>1024){
document.getElementById("Img1").style.left = "77.7%";
}
}//resolutionRedirect End
