            function NavigateToMinictl00_ctl03()
            {
              window.open('search.php?keyword=' + document.getElementById('ctl00_ctl03_Query').value + "", "_self", "");
            }

            function ValidateSearchctl00_ctl03()
            {
              var textBox = document.getElementById('ctl00_ctl03_Query');
              if (textBox.value == "Поиск на VideoNet" ||
                textBox.value == null ||
                textBox.value == "")
              {                
                return false;  
              }
              else
              {
                NavigateToMinictl00_ctl03();
              }
            }


function switchText(object, baseText, eventName)
{
if (eventName == "blur")
{
if (object.value == "")
{
object.value = baseText;
}
}
else
{
if (object.value == baseText)
{
object.value = "";
}
}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



