function FileManagerWindow(FileManagerWindow) {
	window.open(FileManagerWindow,"FileManagerWindow","toolbar=no,scrollbars=yes,location=no,resizable=yes,width=600,height=400")
	}

function WindowSpecsForm(WindowSpecsForm) {
	//window.open(WindowSpecsForm,"WindowSpecsForm","toolbar=no,scrollbars=yes,location=no,resizable=yes,screenX=0,screenY=0,top=0,left=0")
	window.open(WindowSpecsForm,"WindowSpecsForm","screenX=0,screenY=0,top=0,left=0,scrollbars=yes")
	}

function WindowUnitConverter(WindowUnitConverter) {
	window.open(WindowUnitConverter,"WindowUnitConverter","toolbar=no,scrollbars=yes,location=no,resizable=yes,width=620,height=500")
	}

function CallmeBack(CallmeBack) {
	window.open(CallmeBack,"CallmeBack","toolbar=no,scrollbars=yes,location=no,resizable=yes,width=200,height=250")
	}	
 
