<!--

function popitup(url)
{
	newwindow=window.open(url,'Whitefoot','width=500,height=550,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
} 

function popFileUpload(url)
{
	newwindow=window.open(url,'GL','width=450,height=400,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupcontent(url)
{
	newwindow=window.open(url,'Whitefoot','width=580,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
} 

function popupproductfile(url)
{
	newwindow=window.open(url,'Whitefoot','width=600,height=600,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popUpLists(url)
{
	newwindow=window.open(url,'Whitefoot','width=600,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
} 

function popPickList(url)
{
	newwindow=window.open(url,'Whitefoot','width=900,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupCatList(url)
{
	newwindow=window.open(url,'Whitefoot','width=900,height=750,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupTerms(url)
{
	newwindow=window.open(url,'Whitefoot','width=700,height=600,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
} 
   
function popupPDF(url)
{
	newwindow=window.open(url,'Whitefoot','width=500,height=250,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}
// --->


