/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var menuwidth='300px' //default menu width
var menubgcolor='white'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e=="1" )
obj.visibility=visible
else if (e=="0")
obj.visibility=hidden
//if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
//obj.visibility=visible
//else if (e.type=="click")
//obj.visibility=hidden

}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
//if (window.event) event.cancelBubble=true
//else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, 1, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu


function DoDrugSearch() {
var errors = '';
var tdrugName = document.DrugSearch.DrugName.value;
{
var drugName = tdrugName.split(' ');
for (var oo=0;oo<drugName.length;oo++) {
	if (drugName[oo].length < 3) { errors = 'At least one search term to short, please use 3 or more characters per word.'; }
 }
}
//if (drugName.length == 3) {
//	if ((drugName[0] == 'Type') && (drugName[1] == 'Name') && (drugName[2] == 'Here')) { errors = 'You did not type anything to search for.'; }
//}
if (errors) { alert(errors); }
else { 
document.DrugSearch.submit(); 
}

}


function kbEnter () {
    with( window.event )
        if(keyCode==13) { 
	DoDrugSearch();
	returnValue = false; 
	} 
	
}

function DoSuggest(thethis) {
var theName = document.DrugSearch.DrugName.value; 
theName = theName.toLowerCase();
if ((theName.length > 2)  && (theName != 'vit') && (theName != 'vita')  && (theName != 'vitam') && (theName != 'vitami') && (theName != 'vitamin') && (theName != 'vitamin ') && (navigator.vendor != 'Apple Computer, Inc.')) { 
var xmlhttp=false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp = false;
  }
 }
@end @*/
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
  xmlhttp = new XMLHttpRequest();
 }
// alert("xmltest.asp?c=" + document.DrugSearch.CC.value + "&s=" + document.DrugSearch.DrugName.value);
 xmlhttp.open("GET", "xmltest.asp?s=" + document.DrugSearch.DrugName.value+ "&c=" + document.DrugSearch.CC.value,true);
// alert("s=" + document.DrugSearch.DrugName.value);
 xmlhttp.onreadystatechange=function() {
  if (xmlhttp.readyState==4) {
var theResult = xmlhttp.responseText;
//alert(theResult);
if (theResult != 'Nothing') {
   var theNamesIDs = theResult.split('{}')
   var listNames = theNamesIDs[0].split('::')
   var listIDs = theNamesIDs[1].split('::')
   var totallength = listIDs.length;
   var themenu = new Array()
    if (totallength > 0) {	
	for (var oo=0;oo<totallength;oo++) {
	themenu[oo] = '<a href="http://www.canadadrugsuperstore.com/more.asp?ProductID=' + listIDs[oo] + '">' + listNames[oo] + '</a>' }
	dropdownmenu(thethis, 1, themenu, '290px')
	}
    }
  }
 }
 xmlhttp.send(null)
}  // else { hidemenu(); }

}



function DoDrugSearch2() {
var errors = '';
var tdrugName = document.DrugSearch2.DrugName.value;
{
var drugName = tdrugName.split(' ');
for (var oo=0;oo<drugName.length;oo++) {
	if (drugName[oo].length < 3) { errors = 'At least one search term to short, please use 3 or more characters per word.'; }
 }
}
//if (drugName.length == 3) {
//	if ((drugName[0] == 'Type') && (drugName[1] == 'Name') && (drugName[2] == 'Here')) { errors = 'You did not type anything to search for.'; }
//}
if (errors) { alert(errors); }
else { 
document.DrugSearch2.submit(); 
}

}


function kbEnter2 () {
    with( window.event )
        if(keyCode==13) { 
	DoDrugSearch2();
	returnValue = false; 
	} 
	
}

function DoSuggest2(thethis) {
var theName = document.DrugSearch2.DrugName.value; 
theName = theName.toLowerCase();
if ((theName.length > 2)  && (theName != 'vit') && (theName != 'vita')  && (theName != 'vitam') && (theName != 'vitami') && (theName != 'vitamin') && (theName != 'vitamin ') && (navigator.vendor != 'Apple Computer, Inc.')) { 
var xmlhttp=false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp = false;
  }
 }
@end @*/
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
  xmlhttp = new XMLHttpRequest();
 }
// alert("xmltest.asp?c=" + document.DrugSearch2.CC.value + "&s=" + document.DrugSearch.DrugName.value);
 xmlhttp.open("GET", "xmltest.asp?s=" + document.DrugSearch2.DrugName.value+ "&c=" + document.DrugSearch.CC.value,true);
// alert("s=" + document.DrugSearch2.DrugName.value);
 xmlhttp.onreadystatechange=function() {
  if (xmlhttp.readyState==4) {
var theResult = xmlhttp.responseText;
//alert(theResult);
if (theResult != 'Nothing') {
   var theNamesIDs = theResult.split('{}')
   var listNames = theNamesIDs[0].split('::')
   var listIDs = theNamesIDs[1].split('::')
   var totallength = listIDs.length;
   var themenu = new Array()
    if (totallength > 0) {	
	for (var oo=0;oo<totallength;oo++) {
	themenu[oo] = '<a href="http://www.canadadrugsuperstore.com/more.asp?ProductID=' + listIDs[oo] + '">' + listNames[oo] + '</a>' }
	dropdownmenu(thethis, 1, themenu, '290px')
	}
    }
  }
 }
 xmlhttp.send(null)
}  // else { hidemenu(); }

}
