
	function popcorn(path,title,props) { 
			
			thiswindow = window.open(path, title, props);		
	}

	function clearDefault(el) {
  		if (el.defaultValue==el.value) el.value = ""
	}
