win = window.screen.width;
if(win > 1130){win = 'big'};
if (parent.frames['TOP']){ 
document.write('<BODY BACKGROUND=\"img\\bg'+win+'.jpg\" leftmargin=\"0\" style=\"background-position: center center; background-attachment: fixed; background-repeat: no-repeat;\" bgcolor=\"#999999\">');
} else {
document.write('<BODY BACKGROUND=\"img\\bg'+win+'.gif\" leftmargin=\"10\" style=\"background-position: left center; background-attachment: fixed; background-repeat: no-repeat;\" bgcolor=\"#999999\">');
}
if (navigator.appName == "Microsoft Internet Explorer"){
if (parent.frames['TOP']){ 
parent.frames['TOP'].des.src = image;
}

}