function newWin( xHref , yTarget) { 
	theWin= window.open(xHref, yTarget , 'width=400,height=400,menubar=yes,toolbar=yes,location=no,scrollbars=yes,resizable=yes,screenX=150,screenY=150,left=150,top=150');
	theWin.focus();
}

function newWinLongDocs( xHref , yTarget) { 
	theWin= window.open(xHref, yTarget , 'width=400,height=200,menubar=yes,toolbar=yes,location=no,scrollbars=yes,resizable=yes,screenX=150,screenY=150,left=150,top=150');
	theWin.focus();
}

function newWinW( xHref , yTarget) { 
	theWin= window.open(xHref, yTarget , 'width=600,height=400,menubar=yes,toolbar=yes,location=no,scrollbars=yes,resizable=yes,screenX=150,screenY=150,left=150,top=150');
	theWin.focus();
}
function newWinI( xHref , yTarget) { 
	theWin= window.open(xHref, yTarget , 'width=744,height=550,menubar=yes,toolbar=yes,location=no,scrollbars=yes,resizable=yes,screenX=150,screenY=150,left=150,top=150');
	theWin.focus();
}

function openItem(file) {
	hwin = window.open(file, 'hwin', "width=550,height=500,scrollbars=auto,resizable=yes,left=30,top=30");
	hwin.self.focus();
}
function newWinIKO( xHref , yTarget) { 
	theWin= window.open(xHref, yTarget , 'width=744,height=550,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,screenX=150,screenY=150,left=150,top=150');
	theWin.focus();
}