function imagesWindow(image){
	window.open ("popup.asp?image=" + image, "popup", "width=340, height=340, top=0, left=0");
}

function printableWindow(id){
	window.open ("PrinterDetails.asp?id=" + id, "printable", "scrollbars=yes, width=780,height=580, left=0, top=0");
}


