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;}
			}
	}
// 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>'+moretxtvalue+'</html>');
	}
else {
	alert('Your browser settings not allow to run scripts or version of your browser is old.');
	}
}


var Currtop='<table cellpadding=0 cellspacing=0 border=0 style="margin-left:8px;width:577px;" background=""><tr><td height="29" valign="top" background="http://www.sjdiscounttools.net/i/items-bg3.gif" align="center"><img src="http://www.sjdiscounttools.net/img/t-pixel.gif" width="1" height="3"><br><div class="boldfix1">Currently Viewed Items</div></td></tr></table><table cellpadding=0 cellspacing=0 border=0 style="margin-left:8px;"><tr>';
var Currbot='</tr></table><table border="0" cellpadding="0" cellspacing="0" style="margin-left:8px;width:577px;"><tr><td bgcolor="#ffffff"><img src="http://www.sjdiscounttools.net/img/b-pixel.gif" width="577" height="1"><br><img src="http://www.sjdiscounttools.net/img/t-pixel.gif" width="8" height="4"><br></td></tr></table>';
var Currdiv='';

var CurrItema='<td background="http://www.sjdiscounttools.net/i/items-bg4.gif"><table cellpadding=0 cellspacing=0 border=0 width="117" background=""><tr><td width="110" align="center" valign="top" height="120"><img src="http://www.sjdiscounttools.net/img/t-pixel.gif" width="1" height="3"><br>';
var CurrItemb='</td><td width="7"><img src="http://www.sjdiscounttools.net/img/t-pixel.gif" width="8" height="1"><br></td></tr></table></td>';


	function pasteRelated() {
	var asd=0;
	var Rell=false;
	for (var i=1;i<6;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<6;i++) {
		ccc='rel_'+i;
		if (GetCookie(ccc)) {
			tempvall=GetCookie(ccc);
			document.write(CurrItema);
			document.write(tempvall);
			document.write(CurrItemb);
			if (i!=5) {
				document.write(Currdiv);
				}
			}
		}
		document.write(Currbot);
		}
	}
	
function TellToFriend() {
var NewPop = new Object();
NewPop=window.open("http://www.sjdiscounttools.net/custom/ytellafriend.php?link="+pid.toLowerCase(),"tellafriend","HEIGHT=400,WIDTH=640,scrollbars=yes,resizable=yes,top=50,left=50");
NewPop.window.focus();
}
function maillist(emailval) {
var NewPop = new Object();
NewPop=window.open('custom/addemail.php?mail='+emailval,'popupemail','HEIGHT=150,WIDTH=520,scrollbars=yes,resizable=yes,top=50,left=50');
NewPop.window.focus();
}
function PasteItem(num) {
var expdate = new Date (); 
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
cookievar='rotator'+num;
if (!GetCookie(cookievar)) {
	SetCookie(cookievar, 1, expdate);
	}
cur=eval(GetCookie(cookievar));
Items=eval('Items'+num);
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);
		}
	}
}
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=eval("document.forms.multiorder.pricetxt"+num)
obj.value='$'+pr;
}
function calcoptions(num) {
var optval=0;
len=eval("optionvalue"+num+".length");
for (i=1;i<len;i++) {
optcheck=eval("optionvalue"+num+"[i]");
if (optcheck.indexOf('+$')!=-1) {
	optval=optval+eval(optcheck.split('(+$')[1].split(')')[0]);
	}
	else {
		if (optcheck.indexOf('-$')!=-1) {
			optval=optval+eval('-'+optcheck.split('(-$')[1].split(')')[0]);
			}
			else {
			optval=optval+0;
			}
	}
}
return eval(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)*ipr));
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 addtorel() {
	related[CurrItemId]=CurrItem;
	for (var i=1;i<6;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<6;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)!=5) {
					mm=eval(mm)+1;
					}
					else {
					mm=eval(mm);
					mm=1;
					}
				SetCookie('MaxItem', mm);
				break;
				}
				}
			}
		}
	if (i==5 && !GetCookie('MaxItem')) {
		SetCookie('MaxItem', 1);
		}
	}
}
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 retriveimages(arrname) {
return eval(arrname);
}



function calc(method) {
var costRules=parseRules(methods[method]);
var shippingPrice=0;
for (key in costRules) {
	w1=costRules[key][0];
	w2=costRules[key][1]; 
	shippingPrice=costRules[key][2];
	if (weight >= w1 && weight <= w2) break;
	}
	shippingPrice = 'The estimated shipping \ncost is: $'+eval(shippingPrice*parseInt(document.forms.detailsorder.vwquantity0.value));
return shippingPrice;
}

function parseRules (rulesString) {
var rulesString = rulesString.split(',');
var singleRule = new Array();
var i=0;
for (key in rulesString) {
	rule=rulesString[key].split('-');
	singleRule[i]=new Array(rule[0].replace(/weight1=/g,''),rule[1].replace(/weight2=/g,''),rule[2].replace(/price=/g,''));
	i++;
	}
return singleRule;
}



function show_c_layer(num){
//alert(num + "   " + activeLayer);
		for(i=1;i<=10;i++){
		if(document.getElementById('hat' + i) && document.getElementById('cont' + i)){

		//alert(url2)
			if(i==num){
				document.getElementById('hat' + i).className = 't26a2';
				document.getElementById('cont' + i).style.display='block';
				activeLayer = num;
			}
			else{
				document.getElementById('hat' + i).className = 't26a1';
				document.getElementById('cont' + i).style.display='none';
			}
		}
		
}
}

var activeLayer = 1;

function over_c_layer(num){
		if(activeLayer != num){
			//document.getElementById('hat' + num).style.background = 'url(/i/t1e2.gif)';
		}
}

function out_c_layer(num){
			if(activeLayer != num){
				//document.getElementById('hat' + num).style.background = 'url(/i/t2e2.gif)';
			}
}


function first_layer_ini(){
	for(i=1;i<=10;i++){
	if(document.getElementById('hat' + i) && document.getElementById('cont' + i)){
	activeLayer = i;
 		document.getElementById('hat' + i).className = 't26a2';
		document.getElementById('cont' + i).style.display='block'
		break;
		}
	}    
}