function opengki1(htmlFile) //NWP: Open link in pop-up window with no controls
{
  NewWindow1 = window.open(htmlFile,'popup1','resizable=1,toolbar=0,menubar=0,scrollbars=1,width=500,height=400,top=100,left=50');
  NewWindow1.focus()
}
function opengki2(htmlFile) //NWB: Open link in pop-up window with no controls at bottom of screen
{
	if (screen.width > 1000)
	{
  		NewWindow2 = window.open(htmlFile,'popup2','resizable=1,toolbar=1,menubar=0,scrollbars=1,width=1015,height=150,top=560,left=0');
  		NewWindow2.focus()
	}
	else
	{
  		NewWindow2 = window.open(htmlFile,'popup','resizable=1,toolbar=0,menubar=0,scrollbars=1,width=790,height=120,top=400,left=0');
  		NewWindow2.focus()
	}
}
function opengki3(htmlFile) //NWC: Open link in pop-up window with controls
{
  NewWindow3 = window.open(htmlFile,'popup3','resizable=1,toolbar=1,menubar=1,scrollbars=1,width=500,height=400,top=100,left=50');
  NewWindow3.focus()
}
function opengki4(htmlFile) //NWL: Open Lectora Quiz in pop-up window with no controls
{
  NewWindow4 = window.open(htmlFile,'popup1','resizable=1,toolbar=0,menubar=0,scrollbars=1,width=740,height=570,top=0,left=0');
  NewWindow4.focus()
}
function opengki5(htmlFile) //NWV: Open Viewlet in pop-up window with no controls
{
  NewWindow5 = window.open(htmlFile,'popup1','resizable=1,toolbar=0,menubar=0,scrollbars=1,width=755,height=570,top=0,left=0');
  NewWindow5.focus()
}
function opengki6(htmlFile) //NWQ: Open Caper Quiz in pop-up window with no controls
{
  NewWindow6 = window.open(htmlFile,'popup1','resizable=1,toolbar=0,menubar=0,scrollbars=1,width=740,height=570,top=0,left=0');
  NewWindow6.focus()
}
function opengki10(htmlFile,htmlWidth,htmlHeight)
{
  htmlWidth  -= 11;
  htmlHeight -= 11;
  window.open(htmlFile,'popup','resizable=0,toolbar=0,menubar=0,scrollbars=0,width='+htmlWidth+',height='+htmlHeight+',top=10,left=20');
}
function opengki11(htmlFile,htmlWidth,htmlHeight)
{
  htmlWidth  += 20;
  htmlHeight += 28;
  window.open(htmlFile,'popup','resizable=0,toolbar=0,menubar=0,scrollbars=0,width='+htmlWidth+',height='+htmlHeight+',top=10,left=20');
}
function opengki12(htmlFile,htmlWidth,htmlHeight)
{
  htmlWidth  += 20;
  htmlHeight += 28;
  window.open(htmlFile,'popup1','resizable=0,toolbar=0,menubar=0,scrollbars=0,width='+htmlWidth+',height='+htmlHeight+',top=10,left=20');
}

function setFrames2(thisLink)
{
if (top != self)
	{
		if (screen.width > 1000)
			parent.frmPageView.document.location.href = thisLink.replace("GKIS_gif_","GKIL_gif_");
		else
			parent.frmPageView.document.location.href = thisLink.replace("GKIL_gif_","GKIS_gif_");
		parent.details.document.location.href = "index_blank.htm"
	}
	else
	{
		if (screen.width > 1000)
			window.location.href = thisLink.replace("GKIS_gif_","GKIL_gif_");
		else
			window.location.href = thisLink.replace("GKIL_gif_","GKIS_gif_");
	}
}
function setFrames(thisLink)
{
	if (screen.width > 1000)
		parent.frmPageView.document.location.href = thisLink.replace("GKIS_gif_","GKIL_gif_");
	else
		parent.frmPageView.document.location.href = thisLink.replace("GKIL_gif_","GKIS_gif_");
	parent.details.document.location.href = "index_blank.htm"
}
function setFrames1(filename)
{
	parent.frmPageView.document.location.href = filename
	parent.details.document.location.href = "index_blank.htm"
}
function littleOrLarge_old(thisLink)
{
	if (screen.width > 1000)
	window.location.replace(thisLink.replace("GKIS_gif_","GKIL_gif_"));
	else
	window.location.replace(thisLink.replace("GKIL_gif_","GKIS_gif_"));
}
function littleOrLarge_thisGoesAway(thisLink)
{
	if (screen.width > 1000)
		window.location.href = thisLink.replace("GKIS_gif_","GKIL_gif_");
	else
		window.location.href = thisLink.replace("GKIL_gif_","GKIS_gif_");
}

