function SharePop(hash) {
	alert(hash);
}

function PopUp(hash,screensize) {
	window.open("fullscreen.htm");
}
