﻿
var IE='\v'=='v';
if(!IE) {
$(document).ready(function(){
$("a[href^=http:]").each(function(){
$(this).click(function(){
 if(this.host!="liceum8.ru" && this.host!="www.liceum8.ru"){
 new _uWnd('away', 'Внешняя ссылка', 350, 155, {align:1,autosize:0,min:1,max:1},'<center>Вы собираетесь уйти с сайта <b>http://liceum8.ru</b> и перейти по внешней ссылке , за которую администрация данного сайта не несет ответственности.<br> Если вы уверены, что эта ссылка не нанесет вред вашему компьютеру, нажмите на <b>посетить</b>.<br><br><a href="javascript:closeAway()"><input type="button" value="Закрыть"></a> <a href="' + this.href + '" target="newWindow" onclick="closeAway();"><input type="button" value="Посетить"></a></center>');return false;
}
});
});
});
 }


function ScreenWorkspace(){
  if(window.innerWidth){
    width = window.innerWidth;
  }   else if(document.documentElement && document.documentElement.clientWidth){
    width = document.documentElement.clientWidth;
  }   else if(document.body && document.body.clientWidth){
    width = document.body.clientWidth;
  }
}
ScreenWorkspace();
var floatcont = (width-180)/2;
var floatcontpx = floatcont+"px";

function twoColumns() {
 if (document.getElementById('postid').style.width == floatcontpx) {
 		var $jq = jQuery.noConflict();
$jq('div.post').css('float', 'none');
$jq('div.post').css('width', '100%');
 } else {
 if (document.getElementById('sidebar').style.display == "none") {
		var $jq = jQuery.noConflict();
$jq('div.post').css('float', 'left');
$jq('div.post').css('width', floatcontpx);
 }
}}


 
function hideSidebar() {
 if (document.getElementById('sidebar').style.display == "none") {
 var $jq = jQuery.noConflict();
 $jq('div.post').css('float', 'none');
 $jq('div.post').css('width', '100%');
 document.getElementById("restlink").src = "http://www.liceum8.ru/images/164-black.png";
 document.getElementById("restlink").style.cursor = "default";
 document.getElementById('sidebar').style.display = "block";
 document.getElementById('searchform').style.display = "block";
 document.getElementById('contenter').className="content1";
 document.getElementById('contenter').style.padding = "0 30px 0 15px !important";
 } else {
 document.getElementById("restlink").src = "http://www.liceum8.ru/images/164.png";
 document.getElementById("restlink").style.cursor = "pointer";
 document.getElementById('sidebar').style.display = "none";
 document.getElementById('searchform').style.display = "none";
 document.getElementById('contenter').style.width = "100%";
 document.getElementById('contenter').className="content2";
 document.getElementById('contenter').style.padding = "0 15px 0 15px !important";
 }
}



if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)){
 var oprversion=new Number(RegExp.$1)
 if (oprversion=10)
 document.write("<link rel='stylesheet' type='text/css' href='http://liceum8.ru/css/Opera10.css' />")
 else
 document.write("<link rel='stylesheet' type='text/css' href='http://liceum8.ru/css/Opera9.css' />")
}

