
/* scripts for shopode.com */

function go(content,left) {
	if (top.currentContent != content) {
		top.home.content.location = 'content.php?section=' + content;
	}
	top.currentContent = content;
}

function goleft(left) {
	if ((left != null) && (top.currentLeft != left)) {
		top.home.left.location = 'leftimage.php?section=' + left;
	}
	top.currentLeft = left;
}

function pop(Wurl,xs,ys) {
	var hpop = window.open(Wurl,'popWin','width='+xs+',height='+ys+',top=50,left=50,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no');
}

function pop2(Wurl,xs,ys) {
	var hpop = window.open(Wurl,'popWin','width='+xs+',height='+ys+',top=50,left=50,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=yes');
}

function ni(s) {
	eval('top.navigation.document.'+ top.pS +'Img.src = "images/nav/'+ top.pS +'.gif";');
	eval('top.navigation.document.'+ s +'Img.src = "images/nav/'+ s +'_on.gif";');
	top.pS = s;
}

function stat(msg) {
	window.status = msg;
	return true;
}
