
function show_gallery()
{
	var index = document.frm_gallery.sel_gallery.selectedIndex;
	var selection = document.frm_gallery.sel_gallery.options[index].value;
	if(selection != "selection") {
	   document.location = selection;
	}
}

function show_window()
{
	//Galleries_Navigator: no spaces allowed in this!
	//The title of new window is in the <TITLE> of subject.html

	window.top.open("subject.html","Galleries_Navigator", "width=200,height=200,scrollbars=yes");

}

function show_it(URL)
{
	opener.location= URL;
}

function create_galleryold()
{

	document.write("<form name='frm_gallery'>\n");

	document.write("<select name='sel_gallery' onChange='show_gallery()'>\n");

	document.write("<option value='selection'>Select a gallery\n");
	document.write("<option value='../kevins_muscles/kevins_muscles.html'>Kevin's Muscles!!\n");		

		for(var i=1; i<445; i++)
		{
			document.write("<option value=zegers"+i+".html>Gallery "+i+"\n");
		}

	document.write("</select>\n");
	document.write("</form>\n");

}

function create_gallery()
{

	document.write("<form name='frm_gallery'>\n");

	document.write("<select name='sel_gallery' onChange='show_gallery()'>\n");

	document.write("<option selected value='selection'>Select\n");
	document.write("<option value='../../index.html'>Home Page\n");		
	document.write("<option value='../galleries/galleries.html'>Gallery Index\n");	
	document.write("<option value='../kevins_muscles/kevins_muscles.html'>Kevin's Muscles!!\n");
	document.write("<option value='../news/news.html'>News\n");
	document.write("</select>\n");
	document.write("</form>\n");

}

function create_newsgallery()
{

	document.write("<form name='frm_gallery'>\n");

	document.write("<select name='sel_gallery' onChange='show_gallery()'>\n");

	document.write("<option selected value='selection'>Select\n");
	document.write("<option value='../../index.html'>Home Page\n");		
	document.write("<option value='../galleries/galleries.html'>Gallery Index\n");	
	document.write("<option value='../kevins_muscles/kevins_muscles.html'>Kevin's Muscles!!\n");
	document.write("<option value='../news/news.html'>News\n");
	document.write("</select>\n");
	document.write("</form>\n");

}

function create_header()
{
	
	document.write ("<table border=0>\n<tr>\n<td width='100%' align=left>");
	document.write ("<a href='../../index.html'><img src='../../images/common/indexasm.gif' border=0></a></td>\n");
	document.write ("<td align=right width='100%'>");
	create_gallery();
	document.write ("</td>\n</tr>\n</table>\n<hr>");

}

function create_galleriesheader()
{
	
	document.write ("<table border=0 width='100\%' bgcolor=black cellpadding=0 cellspacing=0>\n<tr>\n<td width='100%' align=left>");
	document.write ("<a href='../../index.html'><img src='../../images/common/indexasm.gif' border=0></a></td>\n");
	document.write ("<td align=right width='100%'>");
	create_galleryold();
	document.write ("</td>\n</tr>\n</table>");

}


function create_newsheader()
{
	
	document.write ("<table border=0 width='100\%' bgcolor=black cellpadding=0 cellspacing=0>\n<tr>\n<td width='100%' align=left>");
	document.write ("<a href='../../index.html'><img src='../../images/common/indexasm.gif' border=0></a></td>\n");
	document.write ("<td align=right width='100%'>");
	create_newsgallery();
	document.write ("</td>\n</tr>\n</table>");

}

function search(URL)
{
 opener.location = URL;
}

function actr()
{

	var actr_ary;
	actr_ary = new Array('15', '17', '19', '20', '23', '24', '25', '26', '27', '28', '29', '30', '31', '33', '34' );
	
	document.write("<a href=javascript:show_it('zegerseight.html')>8</a>,&nbsp;\n");
	for (var i=0; i<actr_ary.length; i++)
	{
	
		if(i != actr_ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+actr_ary[i]+".html')>" +actr_ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+actr_ary[i]+".html')>" +actr_ary[i] + "</a>&nbsp;\n");
		}
	
	}
}

function ab()
{

	var ary;
	ary = new Array('15', '17', '18', '19', '20', '24', '30', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59' );
	
	document.write("<a href=javascript:show_it('zegerssix.html')>6</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersseven.html')>7</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegerseight.html')>8</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersfourteen.html')>14</a>,&nbsp;\n");
	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
}


function ab2()
{

	var ary;
	ary = new Array('37', '38', '39','60','61', '62', '63', '64','65','66' );
	
	document.write("<a href=javascript:show_it('zegersthirteen.html')>13</a>,&nbsp;\n");
	
	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
}


function sb()
{

	var ary;
	ary = new Array('18', '19', '20', '23', '34', '35', '36', '41' );
	
	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
}

function icfts()

{

	var ary;
	ary = new Array('42', '43', '44', '45', '46', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93' );
	
	document.write("<a href=javascript:show_it('zegersone.html')>1</a>,&nbsp;\n");

	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
}

function ti()
{
	var ary;
	ary = new Array('72', '73', '74', '75');
	
	document.write("<a href=javascript:show_it('zegerstwo.html')>2</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersthree.html')>3</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersfive.html')>5</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegerssix.html')>6</a>,&nbsp;\n");

	
	
	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
	
}
function xf()
{

	var ary;
	ary = new Array('26', '28', '32');
	
	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
}

function disney()
{
	document.write("<a href=javascript:show_it('zegersnine.html')>9</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersten.html')>10</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegerseleven.html')>11</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegerstwelve.html')>12</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegers21.html')>21</a>&nbsp;\n");
}

function misc()
{
	document.write("<a href=javascript:show_it('zegersthree.html')>3</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersfour.html')>4</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersfive.html')>5</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegers16.html')>16</a>&nbsp;\n");

}

function mag()
{
	document.write("<a href=javascript:show_it('zegersone.html')>1</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegersthirteen.html')>13</a>&nbsp;\n");
	
}
function nico()
{
	var ary;
	ary = new Array('67', '68', '69', '70', '71');

	document.write("<a href=javascript:show_it('zegersthree.html')>3</a>,&nbsp;\n");
	document.write("<a href=javascript:show_it('zegerseight.html')>8</a>,&nbsp;\n");


	
	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
	
}

function spec()
{
	document.write("<a href=javascript:show_it('zegers40.html')>40</a>&nbsp;\n");
	
}



function other_tv()

{

	var ary;
	ary = new Array('16', '22', '33');

	for (var i=0; i<ary.length; i++)
	{
	
		if(i != ary.length - 1)
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>,&nbsp;\n");
		}
		else
		{
			document.write("<a href=javascript:show_it('zegers"+ary[i]+".html')>" +ary[i] + "</a>&nbsp;\n");
		}
	
	}
}
