// JavaScript Document
function openBox(box) {
		sUrl = eval("'popup_" + box + ".asp'");
		window.open(sUrl,"","width=390,height=435");
	}

	function changeUrl(url) {
		var height=screen.availHeight-50;
		var width=screen.availWidth-20;
		var left=10;
		var top=10;
		var options='scrollbars, location, toolbar';
		window.open(url,'');
	}