﻿// popups
function openMaterialsPopup()
{
	window.open('materialinfo.htm','materials','width=700,height=750,scrollbars=yes,resizable=yes')
}
function openInstlvPopup()
{
	window.open('instlvinfo.htm','instlv','width=400,height=400,scrollbars=yes,resizable=yes')
}

function openMARCPopup()
{
	window.open('LMPvsMARC.htm','marc','width=400,height=320,scrollbars=yes,resizable=yes')
}

function openASHelpPopup()
{
	window.open('ashelp.htm','marc','width=820,height=700,scrollbars=yes,resizable=yes')
}
function anchor()
{
	window.location="default.aspx#lblSpacer"
}