// JavaScript Document

function pop_norm(theImage)
{
	theTitle = theImage;
	theImage = theImage +".jpg";
	
	//open a popup window
	window.open('i/'+theImage, theTitle, 'width=422, height=272, resizeable=no, scrollbars=no');
}

function pop_vert(theImage)
{
	theTitle = theImage;
	theImage = theImage +".jpg";
	//open a popup window
	window.open('i/'+theImage, theTitle, 'width=349, height=465, resizeable=no, scrollbars=no');
}

function pop_narrow(theImage)
{
	theTitle = theImage;
	theImage = theImage +".jpg";
	//open a popup window
	window.open('i/'+theImage, theTitle, 'width=258, height=423, resizeable=no, scrollbars=no');
}