//<!--
popupWin = null;
leftPos = 25;
topPos = 25;

function QuickFind(fcid) {
	if (screen) {
	leftPos = (screen.width / 2) - 195
	topPos = (screen.height / 2) - 240
	}
popupWin = window.open('http://www.finecases.com/about/aboutQuickFind.html?fcid=' + fcid, 'QF'+fcid, 'height=480,width=390,left='+leftPos+',top='+topPos+',resizable=no,scrollbars=no,menubar=no,directories=no,location=no,status=no,');
ckBlock();
popupWin.focus();
}

function QuickFind2() {
	if (screen) {
	leftPos = (screen.width / 2) - 185
	topPos = (screen.height / 2) - 180
	}
popupWin = window.open('http://www.finecases.com/about/aboutQuickFind2.html', 'QF2', 'height=360,width=370,left='+leftPos+',top='+topPos+',resizable=no,scrollbars=no,menubar=no,directories=no,location=no,status=no,');
ckBlock();
popupWin.focus();
}

function QuickFindShowMe() {
	if (screen) {
	leftPos = (screen.width / 2) - 360
	topPos = (screen.height / 2) - 230
	}
popupWin = window.open('http://www.finecases.com/about/aboutQuickFindShowMe.html', 'QFShowMe', 'height=460,width=720,left='+leftPos+',top='+topPos+',resizable=no,scrollbars=no,menubar=no,directories=no,location=no,status=no,');
ckBlock();
popupWin.focus();
}

function printPage(){
	if (!window.print){
	alert('Your browser does not support this button!\nPlease use the "Print" menu instead.');
	}
	else {
	window.print();
	}
}
//-->