/* ======================================================================
JScript Source File -- Created with Dengine v1.2
NAME: Fishfinder.gr
AUTHOR: DCN Hellas, GregoryPhytros 
COMMENT: This file is copyrighted by DCN Hellas. (www.dcn.gr , info@dcn.gr)
========================================================================= */

function ShowImage(mc_img){window.open ("/PreviewImage.asp?img=" + mc_img, "ShowImage", config="height=100,width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no");}
//function createSlideShow(mc_swf,mc_source){window.open ("/Flash.asp?swf=" + mc_swf + '&xml=' + mc_source, "ShowImage", config="height=600,width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no");}

//Auto elenxei an to Automatic Member PM einai symplhrwmeno
function checkform(theform){err = 0;mystr = 'Τα ακόλουθα στοιχεία λείπουν:\n';if (theform.subject.value.length < 1){err = 1;mystr = mystr + 'Θέμα \n';theform.subject.style.backgroundColor='#ececec';};if (theform.RecipientID.value.length < 1){err = 1;mystr = mystr + 'Παραλήπτης \n';theform.RecipientID.style.backgroundColor='#ececec';};if (theform.message.value.length < 1){err = 1;mystr = mystr + 'Μήνυμα \n';theform.message.style.backgroundColor='#ececec';};if (err ==0){return true;}else{alert(mystr);return (false);}}
function goto(link){location.href=link;}
function goto2(link){if (confirm('Επιβεβαίωση ενέργειας;')){location.href=link;}else{return false;}}