function popitup(url) {
	newwindow=window.open(url,'name','height=700,width=450,scrollbars=yes,resizable=yes,screenX=0,left=0,screenY=0,top=0');
	if (window.focus) {newwindow.focus()}
	return false;
}

function OpenPrayer(url) {
	newwindow=window.open(url,'name','height=600,width=450,scrollbars=yes,resizable=yes,screenX=0,left=0,screenY=0,top=0');
	if (window.focus) {newwindow.focus()}
	return false;
}

function OpenHanumanChalisa(url) {
	newwindow=window.open(url,'name','height=600,width=495,scrollbars=yes,resizable=yes,screenX=0,left=0,screenY=0,top=0');
	if (window.focus) {newwindow.focus()}
	return false;
}