// JavaScript Document
function printpage()
	{
	window.print();
	}

function closewindow()
	{
	window.close()
	}
function goback()
	{
	//window.(str.replace((history.back()location.hash),""))
	window.history.back();
	//history.go(-1)
	}
function gohome()
	{
	window.location="/ecs/hrmshelp/";
	}
function backtotop()
	{
	window.scrollTo(0,0);
	}