function openGrWin() {
	openCenteredOnOpenerWindow('http://bangla.ganashakti.co.in/images/greetings.jpg', 'greetingswin', 709, 505, '', true, 'resizable=yes', 'bodypart');
}
function openFWin(d) {
	openCenteredOnOpenerWindow('feedback.php' + d, 'feedbackwin', 500, 400, '', true, 'resizable=yes', 'footerpart');
}
function openNWin(w,h,id, y,m,d,p) {
	var u='shownews.php?';
	if(w)u+='w='+w+'&';
	if(h)u+='h='+h+'&';
//	var w;
	initbdfd();
	if(w > 750) w = 750;
	if(h > 550)  h = 550;
	if(gy)u+='year='+y+'&';
	if(gm)u+='month='+m+'&';
	if(gd)u+='date='+d+'&';
	if(gp)u+='page='+p+'&';
	if(id)u+='dpn='+id;
	w = openCenteredOnOpenerWindow(u, 'news', w, h, '', true, 'resizable=yes', 'footerpart');
}
/* For showing the advertisement for dial2010 */
function openDial2010Win() {
	w = openCenteredOnOpenerWindow('dial2010.jpg', 'dial2010win', 400, 1200, '', true, 'resizable=no', 'contents');
}
/* For showing the pathaker matamat windows */
function openFBWin(w,h,id,u) {
	if(id)u+='fbid='+id;
	//w = openCenteredOnOpenerWindow(u, 'showFeedback', w, h, '', true, 'resizable=yes', 'footerpart');
	w = openCenteredWindow(u, 'showFeedback', w, h, '', true, 'resizable=yes', 'contents');
}
function shNews(ia,f) {
	var n,i,d;
	initbdfd();
	n = ia.length;
	for (i=0; i<n;i++) {
		d = getLayerObj(ia[i]);
		if(f) {
	 		hE(d);
		} else  {
			sE(d);
		}
		d = null;
	}
}
function showNews(ia) {
	initbdfd();
	shNews(ia, true);
}
function hideNews(ia) {
	initbdfd();
	shNews(ia, false);
}
