function moveLeft() {
        var sw=document.body.clientWidth;
        if(document.documentElement.clientWidth) var sw=document.documentElement.clientWidth;
//alert(sw);
if ( sw < 1000) {
        document.getElementById('container').style.left='0px';
        document.getElementById('container').style.marginLeft='0px';
}
if ( sw >= 1000) {
        document.getElementById('container').style.left='50%';
        document.getElementById('container').style.marginLeft='-502px';
}
}
function openPic(source) {
        newwin=window.open('','newwin','toolbar=no,status=no,location=no, menubar=no,scrollbars=no,width=400,height=500');
        newwin.document.open();
        newwin.document.write("<html><head><title>Студия танца Реверси - преподаватели</title></head>");
        newwin.document.write("<body style='margin:0; padding:0; cursor:pointer;' onclick='window.close()'><img src='"+source+"' width=400 height=500 alt='Кликните, чтобы закрыть окно'></body></html>");
        newwin.document.close();
}
function openPic1(source) {
        newwin=window.open('','newwin','toolbar=no,status=no,location=no, menubar=no,scrollbars=no,width=450,height=300');
        newwin.document.open();
        newwin.document.write("<html><head><title>Студия танца Реверси - фотогалерея</title></head>");
        newwin.document.write("<body style='margin:0; padding:0; cursor:pointer;' onclick='window.close()'><img src='"+source+"' alt='Кликните, чтобы закрыть окно'></body></html>");
        newwin.document.close();
}
function openPic2(source) {
        newwin=window.open('','newwin','toolbar=no,status=no,location=no, menubar=no,scrollbars=no,width=600,height=400');
        newwin.document.open();
        newwin.document.write("<html><head><title>Студия танца Реверси - фотогалерея</title></head>");
        newwin.document.write("<body style='margin:0; padding:0; cursor:pointer;' onclick='window.close()'><img src='"+source+"' alt='Кликните, чтобы закрыть окно'></body></html>");
        newwin.document.close();
}

function openPic3(sourcem,comment) {
        newwin=window.open('','newwin','toolbar=no,status=no,location=no, menubar=no,scrollbars=no,width=600,height=400');
        newwin.document.open();
        newwin.document.write("<html><head><title>Студия танца Реверси - фотогалерея</title></head>");
        newwin.document.write("<body style='margin:0; padding:0; cursor:pointer;' onclick='window.close()'><img src='"+source+"' alt='Кликните, чтобы закрыть окно'>"+comment+"</body></html>");
        newwin.document.close();
}

