function pop(url){
	if(navigator.userAgent.indexOf('Mac') != -1) {	
		x=660
		y=505
	}
	else {
		x=677
		y=500
	}
var subwin;
subwin = window.open(url,'recalldetail','toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=no,width='+x+',height='+y+',left=0,top=0');
subwin.focus();
	}

function pop2(url){
	if(navigator.userAgent.indexOf('Mac') != -1) {	
		x=660
		y=505
	}
	else {
		x=677
		y=500
	}
var subwin;
subwin = window.open(url,'recallservice','toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=no,width='+x+',height='+y+',left=0,top=0');
subwin.focus();
	}
