function golargeimage(oog,eeg,ig,imagealt)

{

var winpops=window.open("goimage.php?imagealt=" + imagealt + "&image=" + oog + "&width=" + eeg + "&height=" +ig,"","resizable=1,width=100,height=100");

return false;

}

function resizeText(multiplier)
{
	var changeFontSize = document.getElementById('wrapper');

	switch(multiplier)
	{
  	case "-1":
      changeFontSize.className="normalSize";
  	break;
  
  	case "1":
  	   changeFontSize.className="biggerSize";
  	break;
  
  	case "2":
  	   changeFontSize.className="biggestSize";
  	break;
  
  	default:
  	break;
  }
}


