function resetForm (formName) {
	fName = (formName == null) ? 0 : formName;
	if (document.forms[fName] == null) {
		alert('Error while trying to reset the FORM.\n\nPlease contact website administrator.\nThank you!');
	}
	else if(confirm('Are you sure that you want to RESET form?')) document.forms[fName].reset();
}

function ext (url) {
	URL = "http://" + url;
	if (typeof(suntgayExternalWin) == "undefined") suntgayExternalWin = window.open (URL, "suntgayExternalWindow");
	else suntgayExternalWin.location.url = URL;
	suntgayExternalWin.focus();
	/*a.document.open();
	a.document.write("<html><FRAMESET rows='50, *' frameborder='0'><FRAME src='http://www.suntgay.ro/inapoi'><FRAME src='" + url + "'></FRAMESET></html>");
	a.document.close();*/
}

function inapoi () {
	top.opener.focus();
	top.close();
}
