<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function ModifyList(){
	document.location.href = "/index.html?cmd=modifylist&wtcmd=L";
}

function windowopen(url) {
	opener.childOpen(url,'');
	self.close();
}

function imagesPopup(url) {
	var ref = "/popup_view.php?img_url="+url;
	window.open(ref,'img','width=500, height=500');
}

//-->
