// JavaScript Document

function detailOpen(typ){
	
	if(typ == 'foto-detail'){
		window.open('', 'detail', 'width=700, height=600, resizable=1, scrollbar=1, menu=0, toolbar=0');
	}
	
}