/**
 * @author Clodoaldo Rodrigues de sousa
 */
function fotos(str){
    window.open(str, '', 'toolbar=no,width=364,height=500,scrollbars=no,resizable=no');
}

function fotos2(str){
    window.open(str, '', 'toolbar=no,width=401,height=550,scrollbars=no,resizable=no');
}

function fotos3(str){
    window.open(str, '', 'toolbar=no,width=500,height=355,scrollbars=no,resizable=no');
}

function amplia_hor(str, format){
	if (format == 'hor') {
		window.open(str, '', 'toolbar=no, top=30, left=200, width=800,height=600,scrollbars=no,resizable=no');
	}else{
		window.open(str, '', 'toolbar=no, top=30, left=250, width=600,height=600,scrollbars=no,resizable=no, scrollbars=yes');
	}
}
