function newPopup(popupLink,popupTitle,popupWidth,popupHeight) {

	window.open(popupLink,popupTitle,"status=1,toolbar=0,location=0,directories=0,resizable=0,scrollbars=0,height=" + popupHeight + ",width=" + popupWidth + "");

}