

function showPicture(picture){



	top.mainFrame.mainFrame.document.writeln(

		 '<html><head>'

		+'<link href="styles/main.css" rel="stylesheet" type="text/css">'

		+'</head>'

		+'<body bgcolor=white onLoad="self.focus()">'

		+'<img src="img/' + picture + '">'

		+'</body></html>'

	)

	top.mainFrame.mainFrame.document.close()



}


