//var BaseURL = "http://koray/bol/";
var BaseURL = "http://bolvadin.netfirms.com/";

function CompHeader()
{
	
	strHeader = "<table width=100%>" +
		"<tr>" +
		"<td width=40% style=font-weight:bold>" +
			"<label style=background-color:DCDCDC;font-size:12pt>:.. BOLV@DiN ONLINE ..:</label><br><br>" +
			"Hizli erisim: <select name=QuickAccess class=standartSelect onchange=Navigate(this)>" +
			"<option value='" + BaseURL + "index.htm'>Bolv@din Online</option>" +
			"<option value='" + BaseURL + "haberler.htm'>Haberler</option>" +
			"<option value='" + BaseURL + "maillist.htm'>Mail Grubu</option>" +
			"<option value='" + BaseURL + "about.htm'>Bolvadin Hakkinda</option>" +
			"<option value='" + BaseURL + "ulasim.htm'>Ulasim</option>" +
			"<option value='" + BaseURL + "kultur.htm'>Kulturumuz</option>" +
			"<option value='" + BaseURL + "insanimiz.htm'>Insanimiz</option>" +
			"<option value='" + BaseURL + "album/fotoalbum.htm'>Foto Album</option>" +
			"<option value='" + BaseURL + "links.htm'>Linkler</option>" +
			"<option value='" + BaseURL + "oneriler.htm'>Onerileriniz</option>" +
			"<option value='" + BaseURL + "webmaster.htm'>Webmaster</option>" +
			"<option value='" + BaseURL + "index.htm'>............................</option>" +
			"</select>" +
			"</td>" +
			"<td  width=60% align=right valign=bottom style=font-weight:bold>" +
			"<a href=" + BaseURL + "index.htm style=text-decoration:none;color:navy>[ B. Online ]</a>" +
			"<a href=" + BaseURL + "maillist.htm style=text-decoration:none;color:navy>[ Mail Grubu ]</a>" +
			"<a href=" + BaseURL + "about.htm style=text-decoration:none;color:navy>[ Bolvadin Hakkinda ]</a>" +
			"<a href=" + BaseURL + "kultur.htm style=text-decoration:none;color:navy>[ Kultur ]</a>" +
			"<a href=" + BaseURL + "album/fotoalbum.htm style=text-decoration:none;color:navy>[ Foto Album ]</a>" +
			"</td>" +
			"</tr>" +
			"</table>";
	
	document.write(strHeader);
	
}


function CompFooter()
{
	strFooter = "<table width=800px>" +
			"<tr>" +
			"<td align=center><a style=color:navy;font-weight:bold;text-decoration:none href=mailto:koray_bagci@hotmail.com>@ Koray Bagci</a></td>" +
			"</tr>" +		
			"</table>";
	
	document.write(strFooter);
}

function Navigate(e)
{
	window.navigate(e.value);
			
}