var
	NonameWindow = null;

function openNamedWindow( wTarget, wWidth, wHeight, wName){
	NonameWindow = open( wTarget, wName, " alwaysRaised=1, toolbar=0, status=0, menubar=0, scrollbars=0, resizable=0, height="+ wHeight +", width="+ wWidth +", titlebar=0");
}