function printarticle(aid) {	window.open("print.php?aid="+aid,"printpage","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height=500,width=600");
}

function checkSendArticleForm() {
	if (document.saform.rec.value == '' || document.saform.sname.value == '' || document.saform.sm.value == '') {
		alert('Παρακαλούμε συμπληρώστε ολα τα υποχρεωτικά πεδία της φόρμας!');
		return false;
	}
}

function showPopAd(windowWidth, windowHeight, bannerID) {
	window.open("http://www.skyfm100.com/popad.php?ad="+bannerID,"popupad","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height="+windowHeight+",width="+windowWidth);
}

function openPhotoNews(newsID)
{
	window.open("photonews.php?newsID="+newsID,"PhotoNews","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height=670,width=830");
}