function zoomIn(image,blurb) {
	zoomWindow = window.open('','zoom','width=560,height=525,left=1,top=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0')
	zoomWindow.document.write("<TITLE>DRI - "+blurb+"</TITLE>"+
   "<BODY ONLOAD='self.focus()' ONBLUR='self.focus()' bgcolor='#000080' text='#ffffff'>")
	zoomWindow.document.write("<TABLE HEIGHT='100%'"+
   "WIDTH='100%'><TR>"+
   "<TD HEIGHT='80%' ALIGN='center' VALIGN='top'><img src='/images/parts/"+image)
	zoomWindow.document.write("'border=1><br><font face=arial><b>"+blurb+"</b></font></TD></TR><TR><TD ALIGN='center'>"+
   "<FORM>"+
   "<INPUT TYPE='button'"+
   "ONCLICK='self.close()'VALUE='Click To Close Zoom!'>"+
   "</FORM></TABLE>")
	zoomWindow.document.close()
}
function zoomMiva(image,blurb) {
	zoomWindow = window.open('','zoom','width=560,height=525,left=1,top=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0')
	zoomWindow.document.write("<TITLE>DRI - "+blurb+"</TITLE><LINK href=/scripts/boxes.css rel=stylesheet type=text/css>"+
   "<BODY ONLOAD='self.focus()' ONBLUR='self.focus()' bgcolor='#3F6DB3' text='#ffffff'>")
	zoomWindow.document.write("<TABLE HEIGHT='100%'"+
   "WIDTH='100%'><TR>"+
   "<TD HEIGHT='80%' ALIGN='center' VALIGN='top'><img src='/storeimages/b/big-"+image)
	zoomWindow.document.write("'border=1><br><font face=arial><b>"+blurb+"</b></font></TD></TR><TR><TD ALIGN='center'>"+
   "<FORM>"+
   "<INPUT TYPE='button'"+
   "ONCLICK='self.close()'VALUE='Click To Close Zoom!'>"+
   "</FORM></TABLE>")
	zoomWindow.document.close()
}
function zoomNews(image,blurb) {
	zoomWindow = window.open('','zoom','width=560,height=525,left=1,top=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0')
	zoomWindow.document.write("<TITLE>DRI - "+blurb+"</TITLE>"+
   "<BODY ONLOAD='self.focus()' ONBLUR='self.focus()' bgcolor='#000080' text='#ffffff'>")
	zoomWindow.document.write("<TABLE HEIGHT='100%'"+
   "WIDTH='100%'><TR>"+
   "<TD HEIGHT='80%' ALIGN='center' VALIGN='top'><img src='/images/news/"+image)
	zoomWindow.document.write("'border=1><br><font face=arial><b>"+blurb+"</b></font></TD></TR><TR><TD ALIGN='center'>"+
   "<FORM>"+
   "<INPUT TYPE='button'"+
   "ONCLICK='self.close()'VALUE='Click To Close Zoom!'>"+
   "</FORM></TABLE>")
	zoomWindow.document.close()
}
function zoomStaff(image,blurb) {
	zoomWindow = window.open('','zoom','width=560,height=525,left=1,top=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0')
	zoomWindow.document.write("<TITLE>DRI - "+blurb+"</TITLE>"+
   "<BODY ONLOAD='self.focus()' ONBLUR='self.focus()' bgcolor='#000080' text='#ffffff'>")
	zoomWindow.document.write("<TABLE HEIGHT='100%'"+
   "WIDTH='100%'><TR>"+
   "<TD HEIGHT='80%' ALIGN='center' VALIGN='top'><img src='/images/album/"+image)
	zoomWindow.document.write("'border=1><br><font face=arial><b>"+blurb+"</b></font></TD></TR><TR><TD ALIGN='center'>"+
   "<FORM>"+
   "<INPUT TYPE='button'"+
   "ONCLICK='self.close()'VALUE='Click To Close Zoom!'>"+
   "</FORM></TABLE>")
	zoomWindow.document.close()
}
function zoomTech(image,blurb) {
	zoomWindow = window.open('','zoom','width=560,height=525,left=1,top=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0')
	zoomWindow.document.write("<TITLE>DRI - "+blurb+"</TITLE>"+
   "<BODY ONLOAD='self.focus()' ONBLUR='self.focus()' bgcolor='#000080' text='#ffffff'>")
	zoomWindow.document.write("<TABLE HEIGHT='100%'"+
   "WIDTH='100%'><TR>"+
   "<TD HEIGHT='80%' ALIGN='center' VALIGN='top'><img src='/images/tech/"+image)
	zoomWindow.document.write("'border=1><br><font face=arial><b>"+blurb+"</b></font></TD></TR><TR><TD ALIGN='center'>"+
   "<FORM>"+
   "<INPUT TYPE='button'"+
   "ONCLICK='self.close()'VALUE='Click To Close Zoom!'>"+
   "</FORM></TABLE>")
	zoomWindow.document.close()
}

function zoomGallery(image,blurb) {
	zoomWindow = window.open('','zoom','width=450,height=470,left=1,top=1,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0')
	zoomWindow.document.write("<TITLE>DRI - "+blurb+"</TITLE>"+
   "<BODY ONLOAD='self.focus()' ONBLUR='self.focus()' bgcolor='#000080' text='#ffffff'>")
	zoomWindow.document.write("<TABLE HEIGHT='100%'"+
   "WIDTH='100%'><TR>"+
   "<TD HEIGHT='80%' ALIGN='center' VALIGN='top'><img src='/images/gallery/"+image)
	zoomWindow.document.write("'border=1><br><font face=arial><b>"+blurb+"</b></font></TD></TR><TR><TD ALIGN='center'>"+
   "<FORM>"+
   "<INPUT TYPE='button'"+
   "ONCLICK='self.close()'VALUE='Click To Close Zoom!'>"+
   "</FORM></TABLE>")
	zoomWindow.document.close()
}
