function MM_jumpMenu(targ, selObj, restore) { //v3.0
	eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");
	if (restore) {
		selObj.selectedIndex = 0;
	}
}
var focus_width = 295;
var focus_height = 183;
var text_height = 20;
var swf_height = focus_height + text_height;
var pics = "";
var links = "";
var texts = "";
function ati(url, img, title) {
	if (pics != "") {
		pics = "|" + pics;
		links = "|" + links;
		texts = "|" + texts;
	}
	pics = escape(img) + pics;
	links = escape(url) + links;
	texts = escape(title) + texts;
}

function showArticles() {
	document.write("<embed src=\"img/pixviewer.swf\" wmode=\"opaque\" FlashVars=\"pics=" + pics + "&links=" + links + "&texts=" + unescape(texts) + "&borderwidth=" + focus_width + "&borderheight=" + focus_height + "&textheight=" + text_height + "\" menu=\"false\" bgcolor=\"#DADADA\" quality=\"high\" width=\"" + focus_width + "\" height=\"" + swf_height + "\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\"/>");
}
