<!--

function popUpload(url)
{
	newwindow=window.open(url,'GL','width=400,height=150,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}  



function popupDVD(url)
{
	newwindow=window.open(url,'GL','width=665,height=565,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}   


function popup3(url)
{
	newwindow=window.open(url,'GL','width=350,height=300,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
} 



function popupgallery(url)
{
	newwindow=window.open(url,'Kingfisher','width=700,height=500,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}



// --->



