function openPopUp(url,width,height) {
window.open(url, "", "width="+width+", height="+height+", status=no, menubar=no, toolbar=no scrollbar=no");
}

function myResizeFlash (){
	$("#palinsesto").attr("height","200");
}

function doClear(cerca) {
	if (cerca.value == cerca.defaultValue) {
		cerca.value = ""
	}
}
