// JavaScript Document

function launchBoardPopUp(strName){
		window.open('board-popup.asp?b='+strName,'','toolbar=yes,height=500,width=500,scrollbars=yes');
}

function launchBoardPopUpCMS(strName){
		window.open('board-popup-cms.asp?ID='+strName,'','toolbar=yes,height=500,width=500,scrollbars=yes');
}

function launchBoardPopUpGeneric(x){
		window.open(x,'','toolbar=yes,height=500,width=500,scrollbars=yes');
}
