function makeJump(TOURL) { if (TOURL!="") window.location.assign(TOURL);}

function ImageWin(URL) {
	if (URL!=="#") window.open(URL,"image","toolbar=no,scrollbars=yes,directories=no,status=no,menubar=no,resizable=yes,width=500,height=400")

function Add(URL) {
	if (URL=="http://www.travels2greece.com") 
window.external.AddFavorite('http://www.travels2greece.com','Travels2greece.com - excursions and hotels in Greece. Online booking. Discounts!')
}
	}

var win1 
function Add() { 
win1 = window.external.AddFavorite('http://www.travels2greece.com','Travels2greece.com - excursions and hotels in Greece. Online booking. Discounts!'); 


win1.focus(); 
} 

function renWin() { 
win1.document.forms[0].aname.value='Новое значение'; 
win1.focus(); 
} 

 
