function open_win(win_file, win_title) {
	window.open(win_file, win_title, 'resizable=yes,width=640,height=540,toolbar=no,scrollbars=yes,location=no,menubar=no,status=no');
}
function bookmarksite(title, url) {
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
		window.sidebar.addPanel(title, url, "")
}
var checkobj
function agreesubmit(el) {
	checkobj=el
	if (document.all||document.getElementById) {
		for (i=0;i<checkobj.form.length;i++) {
			var tempobj=checkobj.form.elements[i]
			if(tempobj.type.toLowerCase()=="submit")
				tempobj.disabled=!checkobj.checked
		}
	}
}
function defaultagree(el) {
	if (!document.all&&!document.getElementById) {
		if (window.checkobj&&checkobj.checked)
			return true
		else {
			alert("Please read/accept terms to submit form")
			return false
		}
	}
}

// js verificare "am uitat parola"
function formCheck(form) {
	if (form.id.value == "") {alert("Va rugam completati toate campurile!"); return false;}
	if (document.form.submit.action != "") {document.form.submit.disabled=1;}
}
