<!--Begin to hide
function OpenNoteWindow(url)
{  win=window.open('',"note","toolbar=0,status=0,location=0,directories=0,menubar=0,resizable=0,scrollbars=1,width=250,height=300");
}

function versedisplay(load)
   {
	wide = (document.all) ? (screen.AvailWidth - 410) : (screen.width - 410) ;
	msg = window.open("SearchGodsWord.org - Verse Display","results","scrollbars=yes,toolbar=no,width=400,height=600,left=" + wide + ",top=0");
	if (navigator.appVersion.indexOf("2.0") != -1 || navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)

	   {
		msg = window.open("SearchGodsWord.org - Verse Display","results","scrollbars=yes,toolbar=no,width=350,height=600,left=" + wide + ",top=0");
	   }
	msg.location.href = load;
	setTimeout('msg.focus()', 100);
   }
   
   function ymcvideo(load)
   {
	wide = (document.all) ? (screen.AvailWidth - 525) : (screen.width - 525) ;
	msg = window.open("Your Music Channel Video","results","scrollbars=no,toolbar=no,width=520,height=587,left=" + wide + ",top=0");
	if (navigator.appVersion.indexOf("2.0") != -1 || navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)

	   {
		msg = window.open("Your Music Channel Video","results","scrollbars=no,toolbar=no,width=520,height=587,left=" + wide + ",top=0");
	   }
	msg.location.href = load;
	setTimeout('msg.focus()', 100);
   }
   
   /*
   
      function ymcvideo(load)
   {
	wide = (document.all) ? (screen.AvailWidth - 525) : (screen.width - 525) ;
	msg = window.open("Your Music Channel Video","results","scrollbars=no,toolbar=no,width=550,height=600,left=" + wide + ",top=0");
	if (navigator.appVersion.indexOf("2.0") != -1 || navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)

	   {
		msg = window.open("Your Music Channel Video","results","scrollbars=no,toolbar=no,width=550,height=600,left=" + wide + ",top=0");
	   }
	msg.location.href = load;
	setTimeout('msg.focus()', 100);
   }
   
   
   */
   
//This is the end -->
