/**
 * openWindow
 * opens a window of specified width and height
 */
function openWindow(url, name) {
	var newWindow;	
	var features = 'toolbar=yes,location=no,dependent=no,status=no,menubar=yes,scrollbars=no,resizable=no,top=1,left=1,width=700,height=600';
	newWindow = window.open(url,name,features);
}

function contact() {
	document.write("<a" + " href=\"mailto:" + "in" + "fo" + "@ir" +"isanalysis" + "." + "c" + "o.u" + "k\"" + "class=\"homelink\"" + ">" + "ema" + "il" + " madelene &raquo;" + "</a>");
}	
