function slideshow(id){
	newWindow = window.open("../article/slideshow.cfm?id="+id, 'newWindow', 'width=455,height=500,toolbar=1,location=0,directories=0,status=0,menuBar=0, scrollBars=2,resizable=1');
	newWindow.focus();
}

//PrinterFriendly Pop Up
function openPrint(URL){
Print=window.open(URL,"Print","width=760, height=580, left=10,top=10, resizable=yes, scrollbars=yes, menubar=yes")
}

