function on(picname) {
		document ["bigpic"].src=picname;
		//picjpg=picname.split("/").reverse();
		//changehref(picjpg[0].replace(".jpg", ".html"));
}

function menupicon(picnum) {
		document ["menupic"+picnum].src="/images/menupotty2red.gif";
}

function loaded() {
	document.getElementById('loaderdiv').style.visibility="hidden";
	document.getElementById('main').style.visibility="visible";
	document.getElementById('search').style.visibility="visible";
}

function loaded2() {
	document.getElementById('bgload').style.visibility="hidden";
}

function changehref(toadd) {
	basefbhref="http://www.facebook.com/sharer.php?u=http://szakafoto.hu/";
	basewiwhref="http://iwiw.hu/pages/share/share.jsp?u=http://szakafoto.hu/";
	toadd=toadd.replace(".jpg", ".html");
	document.getElementById("fbhref").href = basefbhref+toadd;
	document.getElementById("wiwhref").href = basewiwhref+toadd;
}
