// The following code is intellectual property of Brian Sage Graphic Design, and may not be used without
// proper authorization. Copyright 2000 Brian Sage Graphic Design. (501) 254-0465, slave2beauty@hotmail.com

function easyPopup(name_of_object){
	var name_of_document = name_of_object + ".html";
	var name_of_new_window = name_of_object;
	window.open(name_of_document,name_of_new_window,'height=273,width=500,scrollbars=no,resizable=yes,menubar=yes,toolbar=no');
	};
