function OpenPopup(url,theWidth,theHeight){
	var theTop=(screen.height/2)-(theHeight/2);
	var theLeft=(screen.width/2)-(theWidth/2);
	var features='height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",toolbar=0,location=0,directories=0,resizable=1,status=0,menubar=0,scrollbars=yes";theWin=window.open(url,'',features);
}

function SwitchImage(imgName, mode)
{
	document.images[imgName].src = '/img/template/' + imgName + '_' + mode + '.gif';
}
