function openNumberPopup()
{
	 MM_openBrWindow('http://webedpro.webed.is/domus.is/leitarnidurstada/eign/fasteign/'+document.getElementById('eignarnr').value, 'fasteign', 
'950', '800');

/*
	if(window.location.indexOf('webedpro.webed.is') == -1)
	{
		alert('no prefix');
		MM_openBrWindow('/leitarnidurstada/eign/fasteign/'+number, 'fasteign', '950', '800');
	}
	
	else
	{
		alert('prefix');
		MM_openBrWindow('/domus.is/leitarnidurstada/eign/fasteign/'+number, 'fasteign', '950', '800');
	}

*/
	
	return false;
}

function MM_openBrWindow( theURL, winName, width, height ) 
{
	var top = screen.height/2 - height/2;
	var left = screen.width/2 - width/2;
        var strOptions = 'width=' + width + ',height=' + height + ',top=' + top + ', left=' + left +',toolbar=no,menubar=no,status=no,resize=yes,resizable=no,directories=no,scrollbars=yes'; 
	window.open(theURL,winName,strOptions);
}

function MM_openBrrWindow( theURL, winName, width, height ) 
{
	var top = screen.height/2 - height/2;
	var left = screen.width/2 - width/2;
        var strOptions = 'width=' + width + ',height=' + height + ',top=' + top + ', left=' + left +',toolbar=no,menubar=no,status=no,resize=no,resizable=no,directories=no,scrollbars=no'; 
	window.open(theURL,winName,strOptions);
}
