/*   Af Hans Olsen   */

	var toolbar = 'no';
	var locationbar = 'no';
	var menubar = 'no';
	var status = 'no';
	
function openWindow(url, width, height, resizable){
	var scrollbars = 'yes';
	var screenWidth = parseInt(screen.width);
	var screenHeight = parseInt(screen.height);
	var uWidth = parseInt(width) + 4;
	var uHeight = parseInt(height) + 80;
	var xPos = (screenWidth-uWidth)/2;
	var yPos = (screenHeight-uHeight)/2;
	if (uWidth > screenWidth) {
		var width = (screenWidth - 4)
		var xPos = '0'}
	if (uHeight > screenHeight) {
		var height = (screenHeight - 80)
		var yPos = '0'}
	arg = 'channelmode=no,width='+width+',height='+height+',top='+yPos+',left='+xPos+',toolbar='+toolbar+',location='+locationbar+',status='+status+',menubar='+menubar+',scrollbars='+scrollbars+',resizable='+resizable;
	window.open(url,'',arg);
	}



function openFotoWindow(url){
	var width = '800';
	var height = '600';
	var resizable = 'yes';
	var scrollbars = 'no';
	var screenWidth = parseInt(screen.width);
	var screenHeight = parseInt(screen.height);
	var uWidth = parseInt(width) + 4;
	var uHeight = parseInt(height) + 80;
	var xPos = (screenWidth-uWidth)/2;
	var yPos = (screenHeight-uHeight)/2;
	if (uWidth > screenWidth) {
		var width = (screenWidth - 4)
		var xPos = '0'}
	if (uHeight > screenHeight) {
		var height = (screenHeight - 80)
		var yPos = '0'
		var width = Math.floor((height/3)*4)
		var xPos = ((screenWidth-width)/2) }
	arg = 'channelmode=no,width='+width+',height='+height+',top='+yPos+',left='+xPos+',toolbar='+toolbar+',location='+locationbar+',status='+status+',menubar='+menubar+',scrollbars='+scrollbars+',resizable='+resizable;
	window.open(url,'',arg);
	}



	var tekst ='Jeg har fundet en side, som, jeg tror, vil interessere dig: http://www.sommerhusgrundeibratten.dk/';
	
function tipEnVen() {
	var url = location.href;
 	if (url == 'http://www.sommerhusgrundeibratten.dk/hussalg.php' || url == 'http://www.sommerhusgrundeibratten.dk/hussalg.php#' || url == 'http://www.sommerhusgrundeibratten.dk/billeder.php' || url == 'http://www.sommerhusgrundeibratten.dk/billeder.php#') {
		var side = 'hussalg.php'
		var emne = 'Sommerhus til salg' }
	else if (url == 'http://www.sommerhusgrundeibratten.dk/aabenhus.php' || url == 'http://www.sommerhusgrundeibratten.dk/aabenhus.php#') {
		var side = 'aabenhus.php'
		var emne = 'Fremvisning af sommerhus' }
	else {
		var side = ''
		var emne = 'Sommerhusgrunde til salg'}
	location.href="mailto:?subject=" +emne+ "&body=" +(tekst + side);
	} 



function addToFavorites(){
	window.external.AddFavorite('http://www.sommerhusgrundeibratten.dk','Sommerhusgrunde i Bratten')
	} 


function mailListe() {
	var emne = 'Mailtilmelding';
	var besked = 'Jeg vil gerne modtage en mail med tidspunkterne for aabenthus.';
	location.href="mailto:aabenhus@sommerhusgrundeibratten.dk ?subject=" +emne+ "&body=" +besked;
	}
