function ShowReqList(zpReferer)
{
	//Load Req List page
	window.location.href='../../Transaction/Reqlist.asp?Referer=' + zpReferer;	 
}

function ShowOrganizer(){
	
	//Load Req List as modal dialog
	window.location.href='../../Transaction/Reqlistorganizer.asp';
}
