function chooseRadio(form) {
	form.checked = true;
}


if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function changeImage(theSlot,theSrc){
var theString="document."+theSlot+".src="+theSrc+".src";
eval(theString);
}




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// rollover script
helpArray=new Array('help1');
ns4=(document.layers)?true:false;
ns6=(document.getElementById)?true:false;
ie5=(document.all)?true:false;

function layerRef(theString){
	if(ns6){
		block=eval('document.getElementById.'+theString);
	}
	if(ie5){
		block=eval('document.all.'+theString+'.style');
	}
	if(ns4) {
	block=eval('document.'+theString);
	}
	return block;
}
function showIt(theString) {
if(ns6||ie5) {
	document.getElementById(theString).style.visibility = "visible";
}
if(ns4) {
layerRef(theString).visibility = "show";
}
}
function hideIt(theString) {
if(ns6||ie5) {
	document.getElementById(theString).style.visibility = "hidden";
}
if(ns4){
layerRef(theString).visibility = "hide";
}
}

var zValue=2;
function changeZ(myString){
zValue++;
layerRef(myString).zIndex=zValue;
}

function toggle(myString){
	for(i=0;i<helpArray.length;i++){
		if(helpArray[i]==myString){
			showIt(helpArray[i]);
			//document.images["btn"+(i+1)].src ="/images/" + (i+1)+"on.gif";
		}else{
			hideIt(helpArray[i]);
			//document.images["btn"+(i+1)].src = "/images/"+(i+1)+"off.gif";
		}
	}
}

var bookmarkurl="http:///www.TifysYachting.gr"
var bookmarktitle="TifysYachting.gr"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}