<!--
function ImageBrowser( pref, idxMax, desc, tFile, cImg, cNum )
{
	vURL = "imagebrowser.php?pref=" + pref + "&idxMax=" + idxMax + "&desc=" + desc + "&tFile=" + tFile + "&cImg=" + cImg + "&cNum=" + cNum;
	ib = window.open( vURL, "ib", "dependent=yes,scrollbars=no,resizable=no,width=640,height=520,screenX=0,screenY=0" );
}
// -->
