function popUp(url){
	window.open(url,"pop","width=650,height=500,toolbars=0,scrollbars=1")
}

function popUpVideo(url){
	window.open(url,"pop2","width=512,height=384,toolbars=0,scrollbars=0")
}
document.onkeydown = PageNavigation;

function PageNavigation (event)
{
   if (!document.getElementById)
      return;

   if (window.event)
      event = window.event;

   if (event.ctrlKey)
   {
      var key = (event.keyCode ? event.keyCode : (event.which ? event.which : null) );
      if (!key)
         return;

      var link = null;
      if (key == 39)
         link = document.getElementById('next_page');
      else if (key == 37)
         link = document.getElementById('previous_page');

      if (link && link.href)
         document.location = link.href;
   }
} 

function roll_over(img_name, img_src){
   document[img_name].src = img_src;
}

function diolight_link(){
	document.write("<div id=\"sideH1\">Наш партнер</div><div style=\"margin-left:70px;\">");
	document.write("<a href=");
	document.write("'http://www.diolight.ru'>Фирма \"Диолайт\":<br />");
	document.write("<img src=\"/images/diolight/dio100x100.gif\" alt=\"организация свадеб, аренда лимузинов\" width=\"100\" border=\"0\" style=\"border:0;\">");
	document.write("</a></div>");
}

function kupilimo_link(){
	document.write("<li><a href=");
	document.write("http://www.kupilimo.ru target=\"_blank\">продажа<br /> лимузинов");
	document.write("</a></li>");
}

