function popUpPasswordForgotten(url)
{
	newwindow=window.open(url,"name","width=450,height=600");
	if (window.focus) {newwindow.focus()}
}

function popUpNewsletter(url)
{
	newwindow=window.open(url,"name","width=750,height=440");
	if (window.focus) {newwindow.focus()}
}

function popUpSizeChart(url)
{
	newwindow=window.open(url,"name","width=700,height=500,scrollbars=yes,resizable=yes");
	if (window.focus) {newwindow.focus()}
}