function PopUp(myhtml, myheight, mywidth)
{
	window.open(myhtml,"FOTO","resizable=1,scrollbars=1,height=" + myheight + ",width=" + mywidth)
}
