<!--  //  SCRIPT language=javaScript

function setUp() {
	makeBlurb("Currentfeatures",189, "Women's Feature Service brings out a series of seven features every week from across the globe. Written from a gender perspective, these features cover issues ranging from health and micro credit to the latest trends in films and art.<br><br><br><br>","images/blurbfea.gif");
	makeBlurb("Linkupwfs",190, "Join us and Read WFS's gender-centric stories every week. Or 'Make News' on WFS website. Link up with WFS in several other ways to strengthen civil society....<br><br><br><br><br><br><br><br><br>", "images/blurbmc.jpg");
	makeBlurb("Theme",190, "A collection of articles to create awareness and focus public attention on an issue.<br><br><br><br><br><br><br><br><br><br>","images/blurbtheme.gif");
	makeBlurb("Ngonews",190, "Updates on what non-governmental organisations are doing across the globe. Research papers, press releases, alerts and calls for action.<br><br><br><br><br><br><br><br>","images/blurbngo.gif");   
	makeBlurb("Services",190, "Radio and video programmes, publications and consultancy services. WFS accepts commissions to prepare media packages, and also gives advice on media strategy.<br><br><br><br><br><br><br><br>","images/blurbsvc.gif");
	makeBlurb("Archives",190, "Take a look at the vast range of subjects and indepth material collected over 10 years from all over the world.<BR><BR><BR><br><br><br><br><br><br><br>","images/blurbarchive.gif");
	makeBlurb("UNConfs",190, "Video, audio and print coverage of conferences held on subjects ranging from environment to human rights.<BR><BR><BR><BR><BR><BR><br><br><br><br>","images/blurbconf.gif");
	makeBlurb("About",190, "Women's Feature Service is an international news / features syndicate that produces crisp, insightful features and opinions on development from a gender perspective. Based in New Delhi, India, Women's Feature Service has a global outlook, with writers from 40 countries.<br><br><br><br>","images/blurbabout.gif"); 
}

function makeBlurb(id, width, message,image) {
    if (document.all) {
	var strtxt = '<STYLE TYPE="text/css">#'+id+'{width:'+width+';}</STYLE>';
	strtxt+= message;
	var imgstr= '<DIV CLASS="balloon" id="'+id+'"><BR><IMG SRC="'+image+'" hsize=160></IMG><BR><BR>'+strtxt+'</DIV>';
    }
    if (document.layers) {
	var strlayer= '<LAYER id="'+id+'" position=static width='+width+' height=310 left=10 top=180 visibility="hide">';
        var strtxt = '<FONT face="verdana" size="1" color="#ffffff">'+message+'</FONT>';
	var strimgtxt ='<BR><IMG SRC="'+image+'" hsize=160></IMG><br><BR>'+strtxt+'</LAYER>';
        var imgstr=strlayer+strimgtxt;
    }

   if (document.getElementById  && !document.all) {
//		var strtxt = '<STYLE TYPE="text/css">#'+id+'{width:'+width+';}</STYLE>';
		var strtxt = message;
		var imgstr= '<DIV CLASS="balloon" id="'+id+'"><BR><IMG SRC="'+image+'" hsize=160></IMG><BR><BR>'+strtxt+'</DIV>';
}

   document.write(imgstr);
}


function makeVisible(id,idx,event) {
    if (document.all) {
 	document.all[id].style.pixelLeft = (document.body.scrollLeft ) + 6;
     	document.all[id].style.pixelTop =  158;
	document.all[id].style.visibility="visible";
    }
    if (document.layers) {
	document.layers[3].visibility="hide";    
	document.layers[idx].visibility="show";    
    }

   if (document.getElementById   && !document.all) {
 	document.getElementById(id).style.pixelLeft = (document.body.scrollLeft ) + 6;
     	document.getElementById(id).style.pixelTop =  158;
	document.getElementById(id).style.visibility="visible";
	document.getElementById("defblurb").style.visibility="hidden";
	}

}

function hide(id,idx) {
    if (document.all) {
	document.all[id].style.visibility="hidden";
    }
    if (document.layers) {
	document.layers[idx].visibility="hide";    
	document.layers[3].visibility="show";    
    }

    if (document.getElementById   && !document.all) {
	document.getElementById(id).style.visibility="hidden";
	document.getElementById("defblurb").style.visibility="visible";
	}

}

// /SCRIPT    -->
