var wMPFS;
function mozPupFullSc(pUrl, pName) {
	var scHeight = screen.availHeight - 26;
	var scWidth = screen.availWidth - 6;
	wMPFS = window.open(pUrl, pName,"height=" + scHeight + ",width=" + scWidth + ",screenX=0,screenY=0,left=0,top=0");
}