function mail(w){
d="borealisz.hu";
document.write('<a href="mailto:' + w + '@' + d + '">' + w + '@' + d + '</a>');

}

function popup(obj) {
	var ns = (navigator.appName=="Netscape")?true:false;
	src=obj.replace("-thumb","");
	OpenWindow=window.open("", "_blank", "toolbar=no,width=601,height=488,scrollbars=0,resizable=no,menubar=no");
	OpenWindow.document.write("<html>\n<head>\n<TITLE>Popup</TITLE>\n</head>\n");
	OpenWindow.document.write("<BODY style='margin: 0 0 0 0;cursor: hand;'>\n");
	OpenWindow.document.write("<img style='margin: 0 0 0 0;cursor: hand;' onclick='window.close();' border='0' onload='resize();' name='pic' src='"+src+"'>\n");
	OpenWindow.document.write("<script language='javascript'>\n");
	OpenWindow.document.write("function resize(){\n");
	if(!ns) OpenWindow.document.write("var x=document.body.clientWidth; var y=document.body.clientHeight;\n");
	if( ns) OpenWindow.document.write("var x=window.innerWidth; var y=window.innerHeight;\n");
	OpenWindow.document.write("window.resizeBy(document.pic.width - x, document.pic.height - y);\n");
	if( ns) OpenWindow.document.write("window.resizeBy(30, 30);\n");
	if( ns) OpenWindow.document.write("window.resizeBy(-30, -30);\n");
	OpenWindow.document.write("}\n ");
	OpenWindow.document.write("</script>\n");
	OpenWindow.document.write("</BODY>\n");
	OpenWindow.document.write("</HTML>\n");//<a style='margin: 0 0 0 0;' target='_blank' href='""'></a>
}


//document.onmousemove=followmouse

function followmouse(e){
	popobj=document.getElementById('pop');
	popobj.style.top=e.clientY+'px';
	popobj.style.left=e.clientX-200+'px';
	
document.getElementById('print').innerHTML=e.clientX;
}


function showpic(a){

	docwidth=document.body.clientWidth
	popobj=document.getElementById('pop');
	//document.getElementById('print').innerHTML=docwidth;
	//if (a=='')popobj.src='static/spacer.gif';
	if (a=='')popobj.style.visibility='hidden'
		else popobj.style.visibility='visible'
	if (a=='s')popobj.src='images/s.jpg';
	if (a=='r')popobj.src='images/r.jpg';
	if (a=='h')popobj.src='images/h.jpg';
	if (a=='o')popobj.src='images/o.jpg';
	if (a=='b')popobj.src='images/b.jpg';
	if (a=='c')popobj.src='images/c.jpg';
	popobj.style.top=300+'px';
	popobj.style.left=(docwidth/2 - 300)+'px';
	
}

