// the following help functions will give the pop up help to the respective sections
function openhelp(val) {
	if(val=="fr")
	{
		vl = (screen.width / 2) - 200;
		vt = (screen.height / 2) - 200;
		help = window.open("../home/help.rails?src="+val,"help","left="+ vl +",top="+ vt +",scrollbars=no,height=560,width=400")
	}
	else
	{
		vl = (screen.width / 2) - 150;
		vt = (screen.height / 2) - 150;
		help = window.open("../home/help.rails?src="+val,"help","left="+ vl +",top="+ vt +",scrollbars=no,height=250,width=300")
	}
}

function openadvhelp(val) {
	vl = (screen.width / 2) - 150;
	vt = (screen.height / 2) - 150;
	window.open("../home/advancehelp.rails?src="+val,"help","left="+ vl +",top="+ vt +",scrollbars=no,height=410,width=325")
}

function opensrchhelp(val) {
	vl = (screen.width / 2) - 150;
	vt = (screen.height / 2) - 150;
	help = window.open("../home/savehelp.rails?src="+val,"help","left="+ vl +",top="+ vt +",scrollbars=no,height=300,width=325")
}

function openalrthelp(val) {
	vl = (screen.width / 2) - 150;
	vt = (screen.height / 2) - 150;
	help = window.open("../home/alerthelp.rails?src="+val,"help","left="+ vl +",top="+ vt +",scrollbars=no,height=325,width=325")
}  