function openPopupWindow(sLoc,sW,sH){
	window.open(sLoc.href, 'PopWin', 'toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,resizable=no,width='+sW+',height='+sH);
	return false;
}