<!--

function popupgallery(url)
{
	newwindow=window.open(url,'GL','width=500,height=550,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}  



function popupcontent(url)
{
	newwindow=window.open(url,'GL','width=550,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}   


function popUpload(url)
{
	newwindow=window.open(url,'GL','width=350,height=80,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}

// --->

