<!--
var widt = window.screen.availWidth;

// if(widt > 800){
// var dif = widt - 455;
// var calc = widt - dif;
// }

//if(calc){
//document.writeln('<style type="text/css">');
//document.writeln('<!--');
//document.writeln('body {');
//document.writeln('background-position: '+calc+' 155;');
//document.writeln('}');
//document.writeln('-->');
//document.writeln('</style>');
//}

var thw = widt-20;

document.writeln('<style type="text/css">');
document.writeln('<!--');
document.writeln('#open_father {');
document.writeln('width: '+thw+';');
document.writeln('position: relative;');
document.writeln('border: 0;');
document.writeln('font-size: 0;');
document.writeln('}');
document.writeln('#open_child {');

// document.writeln('position: absolute;');
// document.writeln('top: 0;');
// document.writeln('left: 0;');

document.writeln('width: 199;');
document.writeln('border: 0;');
document.writeln('font-size: 0;');
document.writeln('}');
document.writeln('-->');
document.writeln('</style>');
//-->
