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;

if(imgh > screen.availHeight - 30)
{
	imgh = screen.availHeight - 30;
}

if(imgw > screen.availWidth - 30)
{
	imgw = screen.availWidth - 30;
}

window.open(url, 'EnlargePicture','width='+imgw+',height='+imgh+',scrollbars=yes,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=580,height=500,scrollbars=yes,resizable=yes,statusbar=no,location=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	MoreInfo.document.write('<html><head><title>Contact Us</title><meta name="robots" content="ALL"/><meta name="Keywords" content=""><meta name="Description" content=""><link rel="stylesheet" href="/lib/pitposse/main.css" type="text/css" title="main style sheet"><link rel="stylesheet" href="/lib/pitposse/gbg.css" type="text/css" title="main style sheet"><body bgcolor="#D9E3ED" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 rightmargin="0" link="#1D1D1D" vlink="#1D1D1D" alink="#1D1D1D"><center><table cellpadding=0 cellspacing=0 border=0 width="100%" height="100%"><tr><td width="10%" class="gbg1"><img src="/lib/pitposse/t-pixel.gif" width="1" height="1" alt="" border="0"><br></td><td width="80%" background="/lib/pitposse/w-pixel.gif" valign="top" height="100%"><img src="/lib/pitposse/gr-pixel.gif" width="500" height="1" alt="" border="0"><br><!--/top--><img src="/lib/pitposse/t-pixel.gif" width="1" height="7"><br><img src="/lib/pitposse/g-pixel2.gif" width="500" height="1" alt="" border="0"><br><img src="/lib/pitposse/t-pixel.gif" width="1" height="5" alt="" border="0"><br><table border="0" cellpadding="10" cellspacing="0"><tr><td><p class="smallthfix1">' + moretxtvalue +'</p></td></tr>	</table></td><td width="10%" class="gbg2"><img src="/lib/pitposse/bg-r.gif" width="1" height="1" alt="" border="0"><br></td></tr></table></center></body></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 width="603" background="img/t1a8.gif"><tr><td class="bignfix" align="center" height="24">CURRENTLY VIEWED ITEMS<br></td></tr></table><table cellpadding=0 cellspacing=0 border=0 width="603"><tr><td width="1" bgcolor="#C0C0C0"><img src="img/t-pixel.gif" width="1" height="1"><br></td><td width="601"><table cellpadding=0 cellspacing=0 border=0><tr>';
var Currbot='</tr></table></td><td width="1" bgcolor="#C0C0C0"><img src="img/t-pixel.gif" width="1" height="1"><br></td></tr></table><img src="img/t3a5.gif" width="603" height="6" alt="" border="0"><br>';
var Currdiv='<td width="1" bgcolor="#7E7D7D" nowrap=""><div style="padding:1px;"></div></td>';

var CurrItema='<td class="boldthfix" valign="top" width="120" nowrap=""><center><table border="0" cellpadding="0" cellspacing="0"><tr><td height="60" width="68"><div style="padding:5px;"></div>';
var CurrItemb='<br></div></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://64.106.207.195/clients/pitposse/ytellafriend.php?link="+pid.toLowerCase(),"tellafriend","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('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);
	}
if (!GetCookie(cookievar)) {
	cur=Math.round(Math.random()*Items.length-1);
	}
	else {
	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 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);
}
