
if (!NN && !N6 && (location.hostname == 'localhost' || location.hostname == '131.184.40.47')) {
	document.write('<div align="center"><input type="button" value="Open Page For Editing" onClick="openForEditing()"></div>\n');
	document.write('<div align="center" style="display:none" id="gf_editSave"><br><input type="button" value="SAVE EDITS" onClick="saveEdits()"></div>');
}

var editWnd;

function openForEditing() {
	editWnd = open('/specialEditWidget/gf_editWidget.htm', 'gf_editWindow', 'directories=no,resizeable=yes,height=350,width=600,top=60,left=60,location=no,status=no,toolbar=no,');
}

function saveEdits() {
	editWnd = open('/specialEditWidget/gf_editWidgetSave.htm', 'gf_editWindow', 'directories=no,resizeable=yes,height=500,width=300,top=60,left=60,location=no,status=no,toolbar=no,');
}