function openWindow(url, name) {
	if (!window.open(url, name, "width=990,height=690,scrollbars=no,resizable=no,menubar=no,toolbar=no,status=no"))
		alert("Το παράθυρο δεν μπόρεσε να ανοίξει!");
}

