<!--
if (top != self) {
	top.location.href = location.href
}

function newWin(page, features) {
	 newwin = window.open(page, 'pic', features);
	 newwin.focus()
} 
function printWindow(){
	version = parseInt(navigator.appVersion)
	if (version >= 4) window.print()
}
// End of script -->
