function print_page() {
													window.print();
	}

function put_to_favorites() {
	 pageTitle = document.title; 
   pageURL = window.location;
	if (window.sidebar)  // Mozilla Firefox Bookmark 	
											window.sidebar.addPanel(pageTitle, pageURL,"");
	                    
	else if( window.external )  // IE Favorite 	window.external.AddFavorite( pageURL, title); 
											window.external.AddFavorite(pageURL, pageTitle);
	else 
				alert('Your browser does not support this!!!');		 
	}


function send_page() {
				location.href = "mailto:?subject=Your Greece Hotels Site&body=Visit this interesting link: http://www.yourgreece.gr/ from Your Greece Hotels Web Site.";
	}
	
	

	 