function showInDisplay(imgName)
 {
	document["leftContentDisplay"].src= imgName;
 }
function removeFromDisplay()
{
//    document["leftContentDisplay"].src= "/style/images/white_0_trans.png";
}
function popitup(url, width, height) {
	newwindow=window.open(url,'name', width, height);
	if (window.focus) {newwindow.focus()}
	return false;
}