function openWinMore(url,Height)
{ 
	options="toolbar=0,status=0,menubar=0,scrollbars=0,resizable=1,width=560,height=120";
	newwindowMore=window.open(url,'Window1', options);
	newwindowMore.focus();
}
function openWinMore2(url,Height)
{ 
	options="toolbar=0,status=0,menubar=0,scrollbars=0,resizable=1,width=200,height=400";
	newwindowMore=window.open(url,'Window2', options);
	newwindowMore.focus();
}
function openWinRef(url,Height)
{ 
	options='toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0,width=310,height=330'
	newwindowMore=window.open(url,'Window3', options);
	newwindowMore.focus();
}
function openWinPress(url,Height)
{ 
	options='toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0,width=310,height=330'
	newwindowMore=window.open(url,'Window4', options);
	newwindowMore.focus();
}
function openWinLinks(url,Height)
{ 
	options='toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=250'
	newwindowMore=window.open(url,'Window5', options);
	newwindowMore.focus();
}
function openWinLinksWaste(url,Height)
{ 
	options='toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,width=630,height=400'
	newwindowMore=window.open(url,'Window5', options);
	newwindowMore.focus();
}
function openWinLinksStrip(url,Height)
{ 
	options='toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,width=460,height=500'
	newwindowMore=window.open(url,'Window5', options);
	newwindowMore.focus();
}
function openWinFull(url)
{ 
	options=''
	newwindowMore=window.open(url,'Window6', options);
	newwindowMore.focus();
}
function openWinConv(url,Height)
{
	options='toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1,width=560,height='+Height;
	newwindowHelp=window.open(url,'Convert', options);
	newwindowHelp.focus();
}
