function ShowAll() {
	var	s;	

	s = "left=0,top=0,height=" + ((1/2) * screen.height) + ",width=" + ((9/10) * screen.width)
	s = s + ",menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,location=yes"
	window.open( "CMSarall.asp", "BLMAdAllWin", s);
}
