var moretxtvalue='';
var nRec = 0;
var related = new Array();
var CurrItemId='addcook';
var ie = false;
var ns6 = false;
var ns = false;
var opera = false;

if (eval(document.layers)) { ns=true; }
else {
    if (eval(document.all)) { ie=true; if (navigator.userAgent.indexOf('Opera')!=-1) opera=true;}
        else {
            if (eval(document.getElementById)) { ns6=true;}
            }
    }

function onFocusSearch(obj){
  if (!obj.changed) obj.value = '';
  obj.style.color = '#000000';
}

function onBlurSearch(obj){
  if (!obj.value) {
    obj.changed = false;
    obj.value = 'Search';
    obj.style.color = '#7f7f7f';
  } else {
    obj.changed = true;
  }  
  
}

function checkSearch(obj) {
  if (!obj.changed  || obj.value == '') {
    alert('Enter search keywords!');
    return false;
  }
  return true;
}


// Hide and Show menu

//finds and return <DIV> object by given name


function Layer(layerName) {
return (ns)?(document.layers[layerName]):((ns6)?(document.getElementById(layerName)):(document.all(layerName)));
}
function enlarge(url,imgw,imgh) {
var leftPos = (screen.availWidth-900) / 2;
var topPos = (screen.availHeight-600) / 2;
imgw=eval(imgw)+20;
imgh=eval(imgh)+30;
window.open(url, 'EnlargePicture','width='+imgw+',height='+imgh+',scrollbars=no,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function insertMore() {
if (moretxtvalue!='') {
	var leftPos = (screen.availWidth-900) / 2;
	var topPos = (screen.availHeight-600) / 2;
	var MoreInfo = new Object();
	MoreInfo = window.open('more_info.html', 'EnlargePicture','width=600,height=500,scrollbars=yes,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	MoreInfo.document.write('<html><head><title>More info</title></head><body>'+moretxtvalue+'</body></html>');
	MoreInfo.document.close();
	}
else {
	alert('Your browser settings not allow to run scripts or version of your browser is old.');
	}
}


var Currtop='<table border="0" cellpadding="12" cellspacing="0" width="100%"><tr><td style="border:solid 1px #9bae8e;"><b style="font-family:Arial;font-size:12px;">Recently viewed items:</b><div style="padding:4px;"></div><table border="0" cellpadding="0" cellspacing="0"><tr valign="top">';
var Currbot='</tr></table></td></tr></table>';

var Currdiv='<td width="1" nowrap="" bgcolor="#FFFFFF"></td>';

var CurrItema='<td width="92" align="center" nowrap="" style="padding-left:8px;padding-right:8px;"><table border="0" cellpadding="0" cellspacing="0"><tr><td height="76" width="76" align="center">';
var CurrItemb='</div></td>';

    function pasteRelated(items_count) {
    var asd=0;
    var Rell=false;
    for (var i=1;i<(items_count+1);i++) {
        ccc='rel_'+i;
        if (GetCookie(ccc)) {
            Rell=true;
            asd=asd+1;
            }
        }
//  alert(GetCookie('rel_5'));
    if (Rell) {
        document.write(Currtop);
    for (var i=1;i<(items_count+1);i++) {
        ccc='rel_'+i;
        if (GetCookie(ccc)) {
            tempvall=GetCookie(ccc);
            document.write(CurrItema);
            document.write(tempvall);
            document.write(CurrItemb);
            if (i!=asd) {
                document.write(Currdiv);
                }
            }
        }
        document.write(Currbot);
        }
    }

function addtorel(items_count) {
    related[CurrItemId]=CurrItem;
    for (var i=1;i<(items_count+1);i++) {
    cc='rel_'+i;
    if (!GetCookie(cc)) {
        SetCookie(cc, related[CurrItemId]);
        break;
        }
    else {
            if (GetCookie(cc)==related[CurrItemId]) {
            break;
            }
            else {
            if (GetCookie('MaxItem')) {
                gg=true;
                for (var i=1;i<(items_count+1);i++) {
                tt='rel_'+i;
                if (GetCookie(tt)==related[CurrItemId]) {
                    gg=false;
                    }
                }
                if (gg) {
                mm=GetCookie('MaxItem');
                kk='rel_'+mm;
                SetCookie(kk, related[CurrItemId]);
                if (eval(mm)!=items_count) {
                    mm=eval(mm)+1;
                    }
                    else {
                    mm=eval(mm);
                    mm=1;
                    }
                SetCookie('MaxItem', mm);
                break;
                }
                }
            }
        }
    if (i==items_count && !GetCookie('MaxItem')) {
        SetCookie('MaxItem', 1);
        }
    }
}

function TellToFriend() {
var NewPop = new Object();
NewPop=window.open("http://file.edigibyte.com/custom/ytellafriend.php?link="+pid.toLowerCase(),"tellafriend","HEIGHT=350,WIDTH=520,scrollbars=yes,resizable=yes,top=50,left=50");
NewPop.window.focus();
}
function PriceRequest() {
var NewPop = new Object();
NewPop=window.open("http://file.edigibyte.com/custom/pricerequest.php?link="+pid.toLowerCase(),"pricerequest","HEIGHT=280,WIDTH=520,scrollbars=yes,resizable=yes,top=50,left=50");
NewPop.window.focus();
}


function maillist(emailval) {
var NewPop = new Object();
NewPop=window.open('http://file.edigibyte.com/custom/addemailform.htm','popupemail','HEIGHT=185,WIDTH=520,scrollbars=yes,resizable=yes,top=50,left=50');
NewPop.window.focus();
}

function makeavailable(num,state) {
    obj=eval("document.forms.multiorder.vwquantity"+num)
    obj.disabled=!state;
    ((state)?(obj.value=1):(obj.value=0))
}
function chprice(pr,num) {
obj=document.getElementById('itempr'+num);
if (pr.toString().indexOf('.')!=-1) {
	pr=pr.toString().substring(0,pr.toString().indexOf('.')+3);
	if (pr.toString().split('.')[1].length==1) pr=pr+'0';
	}else{
	pr=pr+'.00'
	}
obj.innerHTML=pr;
}
function calcoptions(num) {
var optval=0;
len=eval("optionvalue"+num+".length");
for (i=0;i<len;i++) {
optcheck=eval("optionvalue"+num+"[i]");
if (optcheck.indexOf('(+')!=-1) {
	tmp=optcheck.split('(+')[1].split(')')[0];
	(tmp.indexOf('$')!=-1)?tmp=tmp.split('$')[1]:'';
    optval=optval+eval(tmp);
    }
    else {
        if (optcheck.indexOf('(-')!=-1) {
			tmp=optcheck.split('(-')[1].split(')')[0];
			(tmp.indexOf('$')!=-1)?tmp=tmp.split('$')[1]:'';
            optval=optval+eval('-'+tmp);
            }
            else {
            optval=optval+0;
            }
    }
}
return optval;
}
function updateall(num) {
var totalprice;
calcq(num);
((eval("optionvalue"+num).length>0)?(totalprice=eval("qtyvalue"+num)*(eval("ipr"+num)+calcoptions(num))):(totalprice=eval("qtyvalue"+num)*eval("ipr"+num)));
chprice(totalprice,num);
}

function calcq(num) {
obj=eval("ranges"+num);
for (var i=0;i<obj.length;i++) {
    q=eval("qtyvalue"+num);
    ((obj[i]['q']<=q)?(eval("ipr"+num+"=obj[i]['pr']")):(''))
    }
}

function PasteComments() {
document.write('<img src="img/t-pixel.gif" width="10" height="9"><br><table cellpadding=0 cellspacing=0 border=0 width="603" background="img/t5a4.gif"><tr><td class="boldthfix2" height="20"><div class="marg6">Customer Reviews</div><img src="img/t-pixel.gif" width="1" height="2"><br></td></tr></table><img src="img/t-pixel.gif" width="19" height="13" alt="" border="0"><br><table border="0" cellpadding="0" cellspacing="0" width="500"><tr><td width="500">')
for (var i=0; i<mesRecords.length;i++) {
    if (mesRecords[i].indexOf('|')!=-1) {
        tempval=mesRecords[i].split('|');
        document.write('<table cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td valign="top" bgcolor="#B5B4B4"><table cellpadding=0 cellspacing=1 border=0 width="100%"><tr bgcolor="#ffffff"><td class="smallthfix4" width="173"><img src="img/t-pixel.gif" width="30%" height="3" alt="" border="0"><br><div class="marg3"><nobr><span class="hboldthfix"><b>'+tempval[1]+'</b></span> ('+tempval[0]+')<br></nobr></div><img src="img/t-pixel.gif" width="1" height="2" alt="" border="0"><br></td><td align="right" width="70%"><img src="custom/img/stars'+tempval[3]+'0.gif" width="55" height="13" alt="" border="0" hspace="7"><br></td></tr><tr bgcolor="#ffffff"><td class="smallfix" colspan="2"><img src="img/t-pixel.gif" width="1" height="3" alt="" border="0"><br><div class="marg0">'+tempval[2]+'</div><img src="img/t-pixel.gif" width="1" height="3" alt="" border="0"><br></td></tr></table></td></tr></table><img src="img/t-pixel.gif" width="1" height="16" alt="" border="0"><br>');
        }
    }
document.write('</td></tr></table>');
}
            function checkfileds(obj) {
            var msg='';
            ((obj.username.value=='')?(msg+='Pelease enter your name.\n'):(''));
            ((obj.vote.value==-1)?(msg+='Pelease select rating.\n'):(''));
            ((obj.message.value=='')?(msg+='Pelease enter message.\n'):(''));
            ((msg=='')?(obj.submit()):(alert(msg)))
            }

function openImages() {
    var leftPos = (screen.availWidth-900) / 2;
    var topPos = (screen.availHeight-600) / 2;
    var MoreInfo = new Object();
    MoreInfo = window.open('images.html', 'EnlargePicture','width=600,height=500,scrollbars=yes,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
//  MoreInfo.preloadimg(images);
}
function openVideos(num) {
    var leftPos = (screen.availWidth-900) / 2;
    var topPos = (screen.availHeight-600) / 2;
    var MoreInfo = new Object();
    MoreInfo = window.open('videos.html?video='+num, 'EnlargePicture','width=600,height=500,scrollbars=yes,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}
function openShipping(num) {
    var leftPos = (screen.availWidth-900) / 2;
    var topPos = (screen.availHeight-600) / 2;
    var MoreInfo = new Object();
    MoreInfo = window.open('shipping-calc.html', 'EnlargePicture','width=600,height=500,scrollbars=yes,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}
function openDelivery(num) {
    var leftPos = (screen.availWidth-900) / 2;
    var topPos = (screen.availHeight-600) / 2;
    var MoreInfo = new Object();
    MoreInfo = window.open('delivery-est.html', 'EnlargePicture','width=1000,height=500,scrollbars=yes,resizable=no,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
}

function retriveimages(arrname) {
return eval(arrname);
}


function PasteItem(num) {
var expdate = new Date (); 
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
cookievar='rotator'+num;
Items=eval('Items'+num);
if (!GetCookie(cookievar)) {
    SetCookie(cookievar, 1, expdate);
    }
if (!GetCookie(cookievar)) {
    cur=Math.round(Math.random()*(Items.length-1));
    }
    else {
    cur=eval(GetCookie(cookievar));
    }


if (Items[cur]) {
    document.write(Items[cur]);
    cur=cur+1;
    SetCookie(cookievar, cur, expdate);
    }
    else {
        if (Items[1]) {
        document.write(Items[1]);
        SetCookie(cookievar, 2, expdate);
        }
    }
}

