function intmenuover(obj)
{
	obj.style.backgroundColor = "#ffffcc";
	obj.style.color = "#000000";
	if(document.all)
	obj.style.cursor = "hand";
	else
	obj.style.cursor = "pointer";
}

function backgroundChange(obj,overColor,fontColor)
{
	obj.style.backgroundColor = overColor;
	obj.style.color = fontColor;
	if(document.all)
	obj.style.cursor = "hand";
	else
	obj.style.cursor = "pointer";
}


function investormenuout(obj)
{
	obj.style.backgroundColor = "#cccccc";
	obj.style.color = "#000000";
}

function checks()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie®. Would you like to continue?";
	if(confirm(msg))
		window.location = "https://www.clarkeamerican.com/checks";
}

function buschecks()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "https://www.clarkeamerican.com/businesschecks";
}

function insider()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000890066&owner=only";
}

function secfile()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "http://www.sec.gov/cgi-bin/browse-edgar?company=glen+burnie+bancorp&CIK=&filenum=&State=&SIC=&action=getcompany";
}

function mpass()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "http://www.moneypass.com";
}
function rtco()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "http://www.rtco.com";
}
function nasdaq()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "http://www.nasdaq.com";
}
function yahoo()
{
	var msg = "By clicking on this link you are leaving www.thebankofglenburnie.com. Any information contained on these sites is not the responsibility of The Bank of Glen Burnie. Would you like to continue?";
	if(confirm(msg))
		window.location = "http://finance.yahoo.com/q?s=GLBZ";
}
