function PicShow(IMG, ARTNAME)
{
	msg=open("","schermo","toolbar=no,directories=no,menubar=no, top=100, left=25, width=750,height=380,resizable, scrollbars");
	msg.document.write("<html><head><title></title></head><body>");
	msg.document.write("<p align=center>" + ARTNAME + "</p>");
	msg.document.write("<p align=center><img src=\"" + IMG + "\"></p></body></html>");
	msg.document.close();
}

function PageShow(PAGE)
{
	msg=open(PAGE,"","toolbar=no, directories=no, menubar=no, top=100, left=75, width=650, height=350, resizable, scrollbars");
}
