<!--
var rBW;
if(window.innerWidth){
rBW = window.innerWidth;
} else if(document.body && document.body.offsetWidth){
rBW = document.body.offsetWidth;
}

var bodyWidth = (rBW > 800)?1024:800;

var rBL = (rBW > 800)?(rBW-750)/2:(rBW-586)/2;
rBL = Math.round(rBL);

document.write('<style type="text/css"><!-- body { background-color:#191919; background-position: '+rBL+'px 0px ; background-repeat:no-repeat; background-image: url("../i/bg_top_'+bodyWidth+'.jpg"); background-attachment:fixed; } //--></style>');

window.onresize = function() {
document.location.reload();
parent.pv_main.document.location.reload();
}
//-->
