if(screen.Width>800){
function LDiv(){
var s
s = '
';
s += '
';
s += '[
Close]';
s += '
'
return s
}
document.write(LDiv());
var R = screen.width - 96 - 20
function RDiv(){
var s
s = '';
s += '
';
s += '[
Close]';
s += '
'
return s
}
document.write(RDiv());
}
function LRClose(id,id1){
document.getElementById(id).removeChild(document.getElementById(id1));
}