	var w = 600
	var h = 450
	
function popDetail(w,h) { 

	popFrame=window.open("","detail","toolbar=no,resizable=yes,scrollbars=yes,width=" + w + ",height=" + h);
	//	if(document.focus) {
   	//	popDetail.focus();
	//	}
	}
