function imagePopUp (img, height) {

	window.open('/bigpic.asp?image=' + img + '', 'bigpic', 'width=554,height=' + height + ',scrollbars=no,resizable=yes');

}

function showBigScroll(filename)
{
	var winID = window.open('/documents/' + filename, 'bigpic', 'width=1024,height=600,scrollbars=yes,resizable=yes');
}