function homepopup1() 
{ 
	var  screenX, screenY, popW, popH,imageWidth1,imageHeight1;
	winWidth = 600;
	winHeight = 500;
windowname ='sdf';
	screenY = window.screen.availHeight;
	screenX = window.screen.availWidth;
	leftW = (screenX-winWidth) / 2;
	topH = (screenY-winHeight) / 2;
	window.open('h1.htm', windowname, "width="+winWidth+",scrollbars=yes,status=yes,height="+winHeight+",top="+topH+",left="+leftW); 
}

function homepopup2() 
{ 
	var  screenX, screenY, popW, popH,imageWidth1,imageHeight1;
	winWidth = 600;
	winHeight = 500;
windowname ='sdf';
	screenY = window.screen.availHeight;
	screenX = window.screen.availWidth;
	leftW = (screenX-winWidth) / 2;
	topH = (screenY-winHeight) / 2;
	window.open('h2.htm', windowname, "width="+winWidth+",scrollbars=yes,status=yes,height="+winHeight+",top="+topH+",left="+leftW); 
}

function homepopup3() 
{ 
	var  screenX, screenY, popW, popH,imageWidth1,imageHeight1;
	winWidth = 600;
	winHeight = 500;
windowname ='sdf';
	screenY = window.screen.availHeight;
	screenX = window.screen.availWidth;
	leftW = (screenX-winWidth) / 2;
	topH = (screenY-winHeight) / 2;
	window.open('h3.htm', windowname, "width="+winWidth+",scrollbars=yes,status=yes,height="+winHeight+",top="+topH+",left="+leftW); 
}