<!--

function popUpload(url)
{
	newwindow=window.open(url,'GL','width=400,height=150,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}  



function popup2(url)
{
	newwindow=window.open(url,'GL','width=350,height=80,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 popup4(url)
{
	newwindow=window.open(url,'GL','width=430,height=300,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
} 

// --->
