if (screen.width==1024) {
document.write('<style type="text/css">div#wrapper {width:100%;overflow:hidden;} #movie {margin-left:-10px;}</style>')
}
else {
if (screen.width==1280) {
document.write('<style type="text/css">#movie2 {margin-right:-60px;}</style>')
}
else {
if (screen.width>=1600) {
document.write('<style type="text/css">.entry-content {width:1060px;margin:0 auto;}</style>')
}
}
}
function display(obj,id1,id2,id3,id4,id5) {
txt = obj.options[obj.selectedIndex].value;
document.getElementById(id1).style.display = 'none';
document.getElementById(id2).style.display = 'none';
document.getElementById(id3).style.display = 'none';
document.getElementById(id4).style.display = 'none';
document.getElementById(id5).style.display = 'none';
if ( txt.match(id1) ) {
document.getElementById(id1).style.display = 'block';
}
if ( txt.match(id2) ) {
document.getElementById(id2).style.display = 'block';
}
if ( txt.match(id3) ) {
document.getElementById(id3).style.display = 'block';
}
if ( txt.match(id4) ) {
document.getElementById(id4).style.display = 'block';
}
if ( txt.match(id5) ) {
document.getElementById(id5).style.display = 'block';
}
}
