<script>
function hide()
{
var o = document.images[0];
top.b.cols='8,*';top.c.cols='0,*';
o.src="pic/l.gif";
document.all.className='r';
}
function show()
{
var o = document.images[0];
top.b.cols='160,*';top.c.cols='133,11';
o.src="pic/r.gif";
document.all.className='l';
}
function act(e)
{
var o = document.images[0];
if(o.src.match("pic/r.gif")!=null)
{
hide();
}
else
{
show();
}
}
document.oncontextmenu=new Function('event.returnValue=false;');
document.onselectstart=new Function('event.returnValue=false;');
function window.onload()
{
if(screen.Width>800){show();}else{hide();}
}
</script>
</head>