function DoPopUp(name,vol) {
	sw = screen.width;
	sh = screen.height;
	url = "./collection/" + vol + "/lace.html";
	para = "width=780,height=605,menubar=no,directories=no,status=no,location=no,toolbar=no,resizable=no,scrollbars=no";
	popup = window.open(url,name,para);
	if(navigator.appName == "Netscape"){ popup.focus(); }
	void(0);
}
