function development_only_edit(portletLocationHREF){
	var developmentOrProduction = location.href.substring(7,13);
	if (developmentOrProduction != 'webdev'){
		document.write('');
	}else{
		document.write('<a href="' + portletLocationHREF + '"><img src="/_code/images/icons/maximize.gif" alt="Maximize" title="Maximize" align="right" /><\/a>');
	}
}