// JavaScript Document

function setTitle(txt)
{
	var txt;
	var img;
	img = "<img src=\"title_img.php?t="+txt+"\" alt=\""+txt+"\" />";
	document.getElementById("title").innerHTML=img;
}

function PopupPic(sPicURL) { 
     window.open( "popup.html?"+sPicURL, "", "resizable=1,HEIGHT=50,WIDTH=50");
   }
   
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function showPic(div,image,title)
{
	document.getElementById(div).innerHTML = "<img src=\""+image+"\" alt=\""+title+"\" width=\"356\" height=\"267\">";
}