function ShowBilalan(strUmbod, strTegund, strVerd, strArgerd)
{
	window.open("Redirect_Bilalan.asp?refid=bilasolur.is&umbod=" + strUmbod + "&tegund=" + strTegund + "&verd=" + strVerd + "&argerd=" + strArgerd, "bilalan", funcGetWindowFeatures(630, 410));
}

function ShowGlitnir(strUmbod, strTegund, strVerd, strArgerd)
{
	seljandi = '';
	logo = '';
	seljandi_url = '';

	kaupverd = strVerd;
	tegund = strTegund;
	fastnr = '';
	notud_bifreid = '';

	var slod = 'http://www.glitnir.is/reiknivel/reiknivel.asp?';
	slod += 'lanstegund='     + 'FB';
	slod += '&lanstimi='      + '60';
	slod += '&kaupverd='      + kaupverd;
	slod += '&tegund='        + tegund;
	slod += '&seljandi='      + seljandi;
	slod += '&logo='          + logo;
	slod += '&seljandi_url='  + seljandi_url;
	slod += '&notud_bifreid=' + notud_bifreid;
	slod += '&fastnr='        + fastnr;

	window.open(slod, '', 'width=555,height=505');
}