// JavaScript Document
function showeDes()
  {
  document.getElementById('valusearch').value="416-000-0000";
  //document.getElementById('apDiv1').style.font="italic bold 11px arial,serif";

  //document.getElementById('apDiv1').style.color="#FF6600";
  //document.getElementById('apDiv1').style.backgroundColor="#330099";
  }
function showeDesi()
  {
  document.getElementById('valusearch').value="";
  //document.getElementById('apDiv1').style.font="italic bold 11px arial,serif";

  //document.getElementById('apDiv1').style.color="#FF6600";
  //document.getElementById('apDiv1').style.backgroundColor="#330099";
  }
function showDes(str)
  {
  document.getElementById('apDiv1').innerHTML=str;
  document.getElementById('apDiv1').style.font="italic bold 11px arial,serif";

  document.getElementById('apDiv1').style.color="#FF6600";
  //document.getElementById('apDiv1').style.backgroundColor="#330099";
  }
  function HidDes()
  {
  document.getElementById('apDiv1').innerHTML="Point to your selection to view more ...";
  }
  
   function HidDesclose()
  {
  document.getElementById('apDiv1').style.visibility="hidden";
  }
   function HidDesclosed()
  {
  document.getElementById('apDiv1').style.visibility="visible";
  }
function setFocus()
  {
  document.getElementById('ebrowsers').value="";
  document.getElementById('ebrowser').value="";
  document.getElementById('ebrowsers').focus();
  document.getElementById('apDiv1').innerHTML="";
  //alert("Hello");
  }
  function setFocusi()
  {
  //indent page	  
  document.getElementById('ebrowsers').value="";
  document.getElementById('ebrowser').value="";
  document.getElementById('ebrowsers').focus();
  //document.getElementById('apDiv1').innerHTML="";
  //alert("Hello");
  }
  function setFocusclean()
  {
	showHint("");  
    setFocus();
  
  }

function setFocuso()
  {
  //document.getElementById('ebrowsers').value="";
  document.getElementById('ebrowser').value="";
  document.getElementById('ebrowser').focus();
  document.getElementById('apDiv1').innerHTML="";
  //alert("Hello");
  }
  function setFocuscleano()
  {
	showHint("");  
    setFocuso();
  
  }
function showRequestlink(str)
{
document.getElementById(str).style.textDecoration="underline";
}
function showpic(str)
{
//alert(str);
document.getElementById("pictag").innerHTML=str;
//document.getElementById("pictag").innerHTML="";
}
function showRequestlinkhid(str)
{
document.getElementById(str).style.textDecoration="none";
}
function showRequest(str)
{
var url="../indexrequest.php";
url=url+"?q="+str;
//url=url+"?q="+str;
//url=url+"&sid="+Math.random();
window.open(url,'_parent');
}
function showRequesti(str,str1)
{
var url="../indexrequestcategory.php";
url=url+"?q="+str+"&t="+str1;
//url=url+"?q="+str;
//url=url+"&sid="+Math.random();
window.open(url,'_parent');
}
function showRequestit(str)
{
var url="../zarvaraghsupportbiz.php";
url=url+"?q="+str;
//url=url+"?q="+str;
//url=url+"&sid="+Math.random();
window.open(url,'_parent');
}
function showRequestseveral(str)
{
var url="indexrequest.php";
url=url+"?q="+str;
//url=url+"?q="+str;
//url=url+"&sid="+Math.random();
window.open(url,'_parent');
}
function goBack()
  {
  window.history.back()
  }

function showdetail(str,str1)
{
var url="indexrequestcategory.php";
var ir=str1;
//url=url+"?q="+str;
//alert (ir);
url=url+"?q="+str+"&t="+ir;
//url=url+"&sid="+Math.random();
window.open(url,'_parent');
}

function showusiness(str)
{
var url="zarvaraghsupportbiz.php";
url=url+"?q="+str;
//url=url+"&sid="+Math.random();
window.open(url,'_parent');
}
function LockElement(e)
{
var targ;
if (!e)
  {
  var e=window.event;
  }
if (e.target)
  {
  targ=e.target;
  }
else if (e.srcElement)
  {
  targ=e.srcElement;
  }
if (targ.nodeType==3) // defeat Safari bug
  {
  targ = targ.parentNode;
  }
var tname;
tname=targ.tagName;
alert("Zarvaragh Protect you and provide you the best advertisement tools  " + tname + " element.");
}
function LockElementdetail(e)
{
var targ;
if (!e)
  {
  var e=window.event;
  }
if (e.target)
  {
  targ=e.target;
  }
else if (e.srcElement)
  {
  targ=e.srcElement;
  }
if (targ.nodeType==3) // defeat Safari bug
  {
  targ = targ.parentNode;
  }
var tname;
tname=targ.tagName;
alert("You clicked on a " + tname + " element.");
}
