function vert()
{
document.getElementById('container').width="100%";
document.getElementById('container').height="auto";

document.getElementById('thumbscon').width="80%";
document.getElementById('thumbscon').height="auto";

document.getElementById('thumbscon').style.whiteSpace="normal";
}

function horz()
{

document.getElementById('thumbscon').style.whiteSpace="nowrap";


}
