function windowopener(objid)
{

	if (objid == 1)
	{
		window.open("quotes.html","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=395, height=250");
	}
	if (objid == 2)
	{
		window.open("idiom.html","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=395, height=250");
	}
	if (objid == 3)
	{
		window.open("vocab.html","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=395, height=250");
	}
	if (objid == 4)
	{
		window.open("jokes.html","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=395, height=250");
	}
	if (objid == 5)
	{
		window.open("letter.html","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=640, height=480");
	}

	smallpanewindow.focus();	
}

function imageopener(objid)
{
	if (objid == 1)
	{
		window.open("/imgs/comp1.gif","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=1022, height=619");
	}
	if (objid == 2)
	{
window.open("/imgs/comp2.gif","smallpanewindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=1023, height=603");
	}

}


