function popUp( page, x, y ) {
	window.open(page,'_blank','width='+x+',height='+y+',resizable=no,scrollbars=no'); return false;
}
			
function popUpBorder( page, x, y ) {
	window.open(page,'_blank','width='+(x+16)+',height='+(y+16)+',resizable=no,scrollbars=no'); return false;
}

