<!--
function newWindow(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=0,width=260,height=340");
	theWindow.moveTo(530, 140);
	theWindow.focus();
}

function newWindow2(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=1,width=260,height=550");
	theWindow.moveTo(520, 130);
	theWindow.focus();
}

function newWindow3(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=1,width=405,height=518");
	theWindow.focus();
}

function newWindow4(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=1,width=280,height=210");
	theWindow.focus();
}

function newWindow5(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,width=550,height=385");
	theWindow.focus();
}

function newWindow6(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,width=350,height=350");
	theWindow.focus();
}

function newWindow7(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,width=550,height=550");
	theWindow.focus();
}

function newWindow8(url, windowName)
{
	theWindow=window.open(url, windowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=1,width=680,height=520");
	theWindow.focus();
}

//-->